diff --git a/VERSION b/VERSION deleted file mode 100644 index 8c1384d..0000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -v2 diff --git a/css/main.css b/css/main.css index 4bb1ee2..f8a374d 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,45 +38,6 @@ 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; @@ -100,7 +61,7 @@ footer { justify-content: center; gap: 32px; margin-top: 32px; - padding: 32px 32px 96px 32px; + padding: 32px; } .section { @@ -172,5 +133,3 @@ footer { font-weight: 300; font-size: 0.85em; } - -/* vim: ts=8 sw=8 noexpandtab */ diff --git a/index.html b/index.html index 801d895..8fc2931 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,5 @@
-