Abolish the Family modifications

This commit is contained in:
Pau
2022-12-27 02:43:26 +01:00
parent 35608ccef5
commit 0fe5459c2f
3 changed files with 12 additions and 6 deletions

View File

@ -13,6 +13,7 @@ $text-colour: #1F1F1F;
body {
color: $text-colour;
font-family: $serif_font;
line-height: 1.4;
h1{
font-family: $mono_font;
@ -234,6 +235,10 @@ hr {
width: 25%;
}
.medium {
width: 50%;
}
.clearfix {
clear: both;
}
@ -384,6 +389,7 @@ footer {
font-size: 2rem;
font-weight: 300;
font-style: italic;
line-height: 1.4;
}
ol {