Reduce font-size, padding and width.

This commit is contained in:
Bauke 2022-10-07 15:54:59 +02:00
parent 6fa9c64e84
commit b444512c3b
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 4 additions and 3 deletions

View File

@ -14,7 +14,7 @@ body {
background-color: var(--background-1);
color: var(--foreground-1);
font-size: 2rem;
font-size: 1.5rem;
}
a,

View File

@ -11,14 +11,14 @@
.page-header,
.page-main,
.page-footer {
@include responsive-container(1200px);
@include responsive-container(900px);
margin-bottom: var(--large-spacing);
padding: var(--large-spacing);
}
.page-header {
border-bottom: 4px solid var(--background-2);
padding: var(--large-spacing);
}
.page-main {
@ -38,4 +38,5 @@
display: flex;
flex-direction: column;
gap: var(--large-spacing);
padding: var(--large-spacing);
}