mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
Make margins more consistent
This commit is contained in:
parent
9df2e35747
commit
a5e3648ace
1 changed files with 7 additions and 5 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue