Skip to content

Commit a6433f5

Browse files
authored
Merge pull request #846 from GSA/845-fix-new-banner-covering-other-elements
Updated the margin of card containers to give smaller screens more sp…
2 parents 060a23b + 0529c57 commit a6433f5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/custom-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ $gear3-theme: mat.m2-define-light-theme($gear3-primary, $gear3-accent, $gear3-wa
2929
white-space: normal !important;
3030
word-wrap: normal !important;
3131
}
32+
33+
.card {
34+
margin-bottom: 5rem;
35+
}

0 commit comments

Comments
 (0)