diff --git a/static/css/style.css b/static/css/style.css index 6956c32..45887c9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -25,7 +25,7 @@ a{ .content { margin: 5em 5% auto 5%; } footer { - width: calc(85% - 40px); + width: calc(100% - 40px); text-align: center; padding: 20px; margin-left: 15%;z @@ -35,7 +35,6 @@ footer.fixed { margin: 0; position: fixed; bottom: 0; - left: 15%; } @@ -88,6 +87,8 @@ footer.fixed { } +a.home-link { display: none; } + /* Mobile layout - logo now serves as toggle for rest of menu items */ @media screen and (max-width: 755px) { @@ -176,6 +177,7 @@ footer.fixed { } .menu a, .menu li { display: block; } + a.home-link { display: none; } .content { margin-left: calc(15%); @@ -187,6 +189,10 @@ footer.fixed { .menu-entries a:hover{ box-shadow: inset -22px 0 20px -20px var(--shadow); } + + footer { width: calc(85% - 40px); } + + footer.fixed { left: 15%; } } /* Table Styles */