mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 22:58:25 -04:00
Hide H1 for grid layout
With the `<h2>`s on this page it’s fairly explicit what the page is listing, so user doesn’t need the context provided by the `<h1>`.
This commit is contained in:
@@ -49,6 +49,11 @@
|
||||
margin-top: $gutter / 3;
|
||||
}
|
||||
|
||||
.top-gutter-2-3 {
|
||||
@extend %top-gutter;
|
||||
margin-top: $gutter * 2 / 3;
|
||||
}
|
||||
|
||||
%bottom-gutter,
|
||||
.bottom-gutter {
|
||||
@extend %contain-floats;
|
||||
|
||||
Reference in New Issue
Block a user