diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..8c1384d --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +v2 diff --git a/css/main.css b/css/main.css index f8a374d..4bb1ee2 100644 --- a/css/main.css +++ b/css/main.css @@ -11,13 +11,13 @@ html, body { } body { + position: relative; + min-height: 100vh; font-size: 14pt; - font-family: 'Roboto', sans-serif; } header { - position: relative; display: grid; grid-template-columns: min-content min-content 1fr min-content; grid-gap: 16px; @@ -38,6 +38,45 @@ header .page { font-weight: 500; } +@media only screen and (max-width: 700px) { + header { + display: flex; + flex-flow: wrap; + justify-content: center; + } + + header #page-label { + width: 100%; + text-align: center; + } + + header #pages { + display: flex; + flex-flow: wrap; + justify-content: center; + } + + header #theme { + display: flex; + justify-content: center; + width: 100%; + } + + .spacer { display: none; } +} + +footer { + position: absolute; + left: 0px; + right: 0px; + bottom: 0px; + padding: 6px 0; + color: #f0f; + text-align: center; + font-size: 0.75em; + font-weight: 500; +} + #page-label { font-weight: 500; font-size: 1.25em; @@ -61,7 +100,7 @@ header .page { justify-content: center; gap: 32px; margin-top: 32px; - padding: 32px; + padding: 32px 32px 96px 32px; } .section { @@ -133,3 +172,5 @@ header .page { font-weight: 300; font-size: 0.85em; } + +/* vim: ts=8 sw=8 noexpandtab */ diff --git a/index.html b/index.html index 8fc2931..801d895 100644 --- a/index.html +++ b/index.html @@ -28,5 +28,6 @@
+