diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/css/main-3.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/static/css/main-3.css b/static/css/main-3.css index 98afb13..201072d 100644 --- a/static/css/main-3.css +++ b/static/css/main-3.css @@ -27,6 +27,15 @@ button:hover { cursor: pointer; } +.header { + position: sticky; + top: 0px; + background-color: #1c1c1c; + padding: .1rem; + align-items: center; + justify-content: space-around; +} + .center { text-align: center; } @@ -131,15 +140,6 @@ button:hover { h1 { font-size: medium; } - - .header { - position: sticky; - top: 0px; - background-color: #1c1c1c; - padding: .1rem; - align-items: center; - justify-content: space-around; - } } @media (min-width: 500px) { |