feat: update global styles

This commit is contained in:
Sebin Nyshkim 2022-09-29 02:40:34 +02:00
parent 0a8467d92e
commit 41f9bbd968

View file

@ -31,6 +31,11 @@ body {
} }
} }
main {
margin: var(--navigation-cutout);
transition: 0.4s;
}
h1, h1,
h2, h2,
h3, h3,
@ -43,6 +48,10 @@ h6 {
font-optical-sizing: auto; font-optical-sizing: auto;
} }
h1 {
font-size: 3rem;
}
p { p {
margin: var(--paragraph-margin) 0; margin: var(--paragraph-margin) 0;
} }
@ -70,7 +79,7 @@ table {
th, th,
td { td {
padding: 0.5rem 1rem; padding: var(--table-cell-padding);
} }
th { th {