Minor formatting updates.
This commit is contained in:
parent
0ef982ecc7
commit
655ea16478
|
@ -170,7 +170,7 @@
|
||||||
.site-update {
|
.site-update {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: $large-font-size;
|
font-size: $large-font-size;
|
||||||
padding-bottom: $spacing-unit;
|
padding-bottom: $spacing-unit / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-content {
|
.page-content {
|
||||||
|
@ -187,7 +187,7 @@
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
margin-bottom: $spacing-unit;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ $small-font-size: $base-font-size * 0.875;
|
||||||
$base-line-height: 1.5;
|
$base-line-height: 1.5;
|
||||||
$large-font-size: $base-font-size * 1.125;
|
$large-font-size: $base-font-size * 1.125;
|
||||||
|
|
||||||
$spacing-unit: 15px;
|
$spacing-unit: 30px;
|
||||||
|
|
||||||
$text-color: #111;
|
$text-color: #111;
|
||||||
$background-color: #fdfdfd;
|
$background-color: #fdfdfd;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user