mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-02 15:38:19 -04:00
SASS pinched from here:
696ce451a7/source/pay-product-page/stylesheets/modules/_footer-categories.scss
30 lines
404 B
SCSS
30 lines
404 B
SCSS
#footer {
|
|
.footer-categories {
|
|
margin: 0 auto;
|
|
|
|
&-wrapper {
|
|
margin-bottom: $gutter;
|
|
padding-bottom: $gutter * 2;
|
|
border-bottom: 1px solid $grey-2;
|
|
}
|
|
|
|
h2 {
|
|
margin: 20px 0;
|
|
|
|
@include media(tablet) {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
li {
|
|
margin-bottom: 5px;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
}
|