2025-03-26 10:01:46 +07:00

13 lines
336 B
SCSS
Vendored

.footer {
font-size: $footer-font-size;
background: $white;
.footer-body {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0.5rem calc(var(--bs-gutter-x, .75rem) * 3);
@include media-breakpoint-down(md) {
justify-content: center;
}
}
}