fleet/frontend/components/Footer/_styles.scss

10 lines
208 B
SCSS

.footer {
@include align-items(center);
background-color: $footer-bg;
height: $footer-height;
text-align: center;
padding-top: 15px;
box-sizing: border-box;
width: 100%;
position: relative;
}