From f7a6f906770b4e7791e3706dc62071e7f89241f2 Mon Sep 17 00:00:00 2001 From: alicestrt Date: Wed, 3 Mar 2021 18:04:19 +0100 Subject: [PATCH] moved menu up --- index.html | 12 +++++++++--- static/css/style.css | 8 ++++---- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index e71568c..14ab9d5 100644 --- a/index.html +++ b/index.html @@ -22,9 +22,15 @@
diff --git a/static/css/style.css b/static/css/style.css index 1030add..30ec006 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -443,9 +443,9 @@ h2 { /* about and colophon */ -/*#menu { +#menu { margin-top: 15px; -}*/ +} #about, #colophon, #how { font-family:'Walter Turncoat', cursive; @@ -453,7 +453,7 @@ color: #d81159; font-size: 16px; } -#colophon { +/*#colophon { position: absolute; left: 50px; bottom:30px; @@ -472,7 +472,7 @@ font-size: 16px; right: 50px; top:30px; } - +*/ #about a { text-decoration: none;