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 {
|
:root {
|
||||||
font-family: "Rubik", Inter, Avenir, Helvetica, Arial, sans-serif;
|
font-family: "Rubik", Inter, Avenir, Helvetica, Arial, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 24px;
|
line-height: 23px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
||||||
min-height: 150vh;
|
min-height: 150vh;
|
||||||
|
@ -50,6 +50,10 @@ main {
|
||||||
margin-bottom: 10rem;
|
margin-bottom: 10rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main > h1 {
|
||||||
|
line-height: 36px;
|
||||||
|
}
|
||||||
|
|
||||||
.page-container {
|
.page-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
|
|
Loading…
Reference in a new issue