Update style and partials.
This commit is contained in:
@@ -6,7 +6,6 @@ body {
|
||||
font-family: $font-body;
|
||||
font-size: 1.0rem;
|
||||
line-height: 1.5;
|
||||
margin-bottom: 1rem;
|
||||
text-align: justify;
|
||||
|
||||
@include below-container-width {
|
||||
@@ -275,4 +274,19 @@ figure {
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
fill: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 2rem;
|
||||
font-family: $font-code;
|
||||
padding: 0.5rem;
|
||||
padding-bottom: 1rem;
|
||||
|
||||
p {
|
||||
margin: 0.25rem;
|
||||
}
|
||||
|
||||
background-color: $code-color;
|
||||
border-top: $code-border;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user