forked from autonomic-cooperative/sophie-lewis-hugo
Abolish the Family modifications
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user