From 5915f62988b66f16c086dc10122887def2c8945a Mon Sep 17 00:00:00 2001 From: Bill Nibz Date: Mon, 23 Feb 2015 22:42:03 -0500 Subject: [PATCH] Breaking stuff still... --- src/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles.css b/src/styles.css index fef759e..0acce8b 100644 --- a/src/styles.css +++ b/src/styles.css @@ -104,8 +104,8 @@ header { } #menu-selection { - height: 0%; - transition: height 0.5s ease; + visibility: hidden; + transition: visibility 0.5s ease; } #navigation #toggle-section { @@ -113,7 +113,7 @@ header { } #toggle-section:checked + #menu-section { - height: 100%; + visibility: visible; } #bar #footer {