From e95b0cb40772e7d5ea3f352f95d18292459a3085 Mon Sep 17 00:00:00 2001 From: gryf Date: Wed, 13 Feb 2019 20:24:53 +0100 Subject: [PATCH] Added mobile optimized viewport --- README => README.md | 0 _includes/footer.html | 5 ---- _includes/header.html | 13 --------- _layouts/default.html | 67 +++++++++++++++++++++++++++++++------------ style.css | 4 +++ 5 files changed, 53 insertions(+), 36 deletions(-) rename README => README.md (100%) delete mode 100644 _includes/footer.html delete mode 100644 _includes/header.html diff --git a/README b/README.md similarity index 100% rename from README rename to README.md diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index f5d85ff..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index e49256c..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/_layouts/default.html b/_layouts/default.html index f82fda8..3895f35 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,28 +1,59 @@ - - Window Maker: {{ page.title }} - - - + + + Window Maker: {{ page.title }} + + + + + +
-
-
Window Maker: {{ page.title }}
-
-

- - WindowMaker - -

+

+ + WindowMaker + +

- {% include header.html %} +
- {{ content }} + {{ content }}
-
-
+
+
+
Window Maker: {{ page.title }}
+
-
+
+
+
+
+
+
+
diff --git a/style.css b/style.css index bf39335..9fbcff8 100644 --- a/style.css +++ b/style.css @@ -254,6 +254,10 @@ nav.menu li#links {background-image: url(/img/dock_links.png);} height: auto; } + header h1 a { + font-size: 1.5em + } + .image-left { float: none; }