1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

Make margins more consistent

This commit is contained in:
RGBCube 2024-01-09 15:17:51 +03:00
parent 9df2e35747
commit a5e3648ace
No known key found for this signature in database

View file

@ -12,9 +12,7 @@ body {
overflow-wrap: break-word; overflow-wrap: break-word;
display: initial; display: initial;
width: min(100vw - 1em, 50em); width: min(100vw - 2em, 50em);
margin: 0 1em;
} }
.content, .content,
@ -32,6 +30,7 @@ nav {
background-color: white; background-color: white;
padding: .3em .6em; padding: .3em .6em;
/* Rotated 180deg so it's top instead of bottom. */
border-top-left-radius: 1em; border-top-left-radius: 1em;
border-top-right-radius: 1em; border-top-right-radius: 1em;
} }
@ -52,9 +51,12 @@ a:hover {
footer { footer {
border-top: .15em solid white; border-top: .15em solid white;
display: flex; display: flex;
font-size: small;
justify-content: center; justify-content: center;
margin-bottom: 3em;
font-size: small;
margin-bottom: 1em;
padding-top: .5em; padding-top: .5em;
} }