diff --git a/global/global.css b/global/global.css index c900fc9..bcc56bc 100644 --- a/global/global.css +++ b/global/global.css @@ -7,4 +7,18 @@ body { font-style: normal; font-variation-settings: "wdth" 100; font-size: 16pt; + margin: 0; + min-height: 100svh; + display: flex; + flex-direction: column; + align-items: center; +} + +#main { + width: 40rem; + margin: 0.25rem; + margin-top: 0; + padding: 0.25rem; + border-left: solid 2px; + border-right: solid 2px; } diff --git a/header/header.css b/header/header.css index 923edf7..d57609f 100644 --- a/header/header.css +++ b/header/header.css @@ -10,6 +10,7 @@ header { width: calc(100% - 1.5rem); margin-bottom: 0.25rem; + margin-top: 0.5rem; padding: 0.5rem; border-width: 3px; border-style: solid; diff --git a/index.html b/index.html index fd449cc..ed3405d 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,6 @@

- Look ma, I'm horny! +
Look ma, I'm horny!