From 8886a6ff4fddf80e9930a0515db19dec54137ecd Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Wed, 19 Feb 2020 15:06:13 +0100 Subject: [PATCH] fixed a little mistake in code formatting --- content/style.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/content/style.css b/content/style.css index 454da86..d671c3b 100644 --- a/content/style.css +++ b/content/style.css @@ -191,11 +191,17 @@ ul.topnav li a { text-decoration: none; } -ul.topnav li a:hover:not(.active) {background-color: #f582ae;} +ul.topnav li a:hover:not(.active) { + background-color: #f582ae; +} -ul.topnav li a.active {background-color: #f582ae;} +ul.topnav li a.active { + background-color: #f582ae; +} -ul.topnav li.right {float: right;} +ul.topnav li.right { + float: right; +} @media screen and (max-width: 600px) { ul.topnav li.right, @@ -242,4 +248,4 @@ ul.topnav li.right {float: right;} background-color: inherit; font-family: inherit; margin: 0; -}*/ \ No newline at end of file +}*/