6
0
Fork 0

Toevoegen van class voor marge aan onderzijde en uitbreiding van default fonts

This commit is contained in:
Michael Boelen 2023-05-17 20:56:10 +02:00
parent 2c8ee28bd8
commit 55fcbc0c9c

View file

@ -16,8 +16,7 @@ $color-text-inverse: white;
}
body {
//font: 1rem/1.5 -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica,helvetica neue,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
font: 1rem/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font: 1rem/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Roboto,noto,"Helvetica Neue",helvetica,arial,sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@ -219,6 +218,10 @@ h2.post {
margin: 3rem 0;
}
.m-b-sm {
margin-bottom: 1rem;
}
.m-sm {
margin: 1rem;
}