portails/assets/scss/layouts/_footer.scss

23 lines
317 B
SCSS

.footer {
border-top: 1px solid $gray-200;
padding-top: 1.125rem;
padding-bottom: 1.125rem;
}
.footer ul {
margin-bottom: 0;
}
.footer p,
.footer li a {
font-size: $font-size-sm;
margin-bottom: 0;
}
@include media-breakpoint-up(md) {
.footer p,
.footer li a {
font-size: $font-size-base;
}
}