mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-25 18:38:57 -04:00
Push headings down a bit
Now that there’s a bit more stuff in the service name area at the top of the page it looks a bit cramped. Moving the heading down gives it a bit more space to breath, and associates the heading a bit more closely with the content after it.
This commit is contained in:
@@ -75,7 +75,7 @@ a {
|
||||
|
||||
.heading-large,
|
||||
> .heading-medium {
|
||||
margin: ($gutter / 3) 0 ($gutter / 3 * 2) 0;
|
||||
margin: $gutter-half 0 ($gutter / 3 * 2) 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
@@ -83,7 +83,7 @@ a {
|
||||
|
||||
.heading-large,
|
||||
.heading-medium {
|
||||
margin: 10px 0 15px 0;
|
||||
margin: $gutter-half 0 $gutter-half 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
@@ -286,5 +286,5 @@ details .arrow {
|
||||
}
|
||||
|
||||
.heading-upcoming-jobs {
|
||||
margin-top: $gutter / 3;
|
||||
margin-top: $gutter-half;
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
.table-heading {
|
||||
text-align: left;
|
||||
margin: 40px 0 $gutter-half 0;
|
||||
margin: $gutter-half 0 $gutter-half 0;
|
||||
}
|
||||
|
||||
.dashboard-table {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
> .heading-medium:first-of-type {
|
||||
margin-top: 10px;
|
||||
margin-top: $gutter-half;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user