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