diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-30 17:08:01 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-30 17:08:01 +0000 |
commit | 226ccadf9e9ed3f00ca4012432695b7868145764 (patch) | |
tree | f04b455518ac414699b540fc258560b5a3b84df5 | |
parent | 0000a16f7960a6e9b80b27a3ac439691c7dd95fb (diff) |
wip: tweaksremove-bootstrap
-rw-r--r-- | alphabetlearning/static/css/project.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/alphabetlearning/static/css/project.css b/alphabetlearning/static/css/project.css index 923d397..f257664 100644 --- a/alphabetlearning/static/css/project.css +++ b/alphabetlearning/static/css/project.css @@ -31,10 +31,7 @@ } } - nav ul { - border: solid darkgray; - border-radius: 3px; display: flex; justify-content: space-between; align-items: center; @@ -122,7 +119,14 @@ html, body { } header, nav, main, footer { - padding: 2px calc((100% - 1200px) / 2) 0; + padding: 5px calc((100% - 1200px) / 2) 0; +} + +nav { + background-color: white; + border: solid darkgray; + border-radius: 3px; + padding: 20px; } main { |