diff options
author | xengineering <me@xengineering.eu> | 2021-11-27 17:12:13 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-11-27 17:30:08 +0100 |
commit | cc06d4c5e70909da7070e566d6c4737ad77362be (patch) | |
tree | bea82d416de983ab0fa8fc6dd56c10eecb2ebec2 | |
parent | 3f91e907c401c0c035965225fefb964fe60a50d4 (diff) | |
download | libweb-cc06d4c5e70909da7070e566d6c4737ad77362be.tar libweb-cc06d4c5e70909da7070e566d6c4737ad77362be.tar.zst libweb-cc06d4c5e70909da7070e566d6c4737ad77362be.zip |
Fix Details
-rw-r--r-- | css/xengineering.css | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/css/xengineering.css b/css/xengineering.css index b97809e..f5393ac 100644 --- a/css/xengineering.css +++ b/css/xengineering.css @@ -74,20 +74,11 @@ head { display: none; /* do not display anything from the head section */ } -body { +main { padding-left: 3vw; padding-right: 3vw; } -nav { - background-color: var(--background-color-dark); - color: var(--font-color-light); -} - -main { - -} - h1 { margin-top: var(--vertical-space-big); margin-bottom: var(--vertical-space-small); @@ -221,7 +212,7 @@ footer { @media only screen and (min-aspect-ratio: 14/9) { -body { +main { padding-left: 20vw; padding-right: 20vw; } |