generated from sofia/eleventy-base
Improve styling
This commit is contained in:
parent
4885ac9fe6
commit
41d479195f
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
:root {
|
||||
font-family: "Rubik", Inter, Avenir, Helvetica, Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
line-height: 23px;
|
||||
font-weight: 400;
|
||||
|
||||
min-height: 150vh;
|
||||
|
@ -50,6 +50,10 @@ main {
|
|||
margin-bottom: 10rem;
|
||||
}
|
||||
|
||||
main > h1 {
|
||||
line-height: 36px;
|
||||
}
|
||||
|
||||
.page-container {
|
||||
display: flex;
|
||||
margin: 0 10px;
|
||||
|
|
Loading…
Reference in a new issue