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