2016-11-03 19:40:54 +00:00
|
|
|
.footer {
|
|
|
|
|
@include align-items(center);
|
|
|
|
|
background-color: $footer-bg;
|
|
|
|
|
height: $footer-height;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
box-sizing: border-box;
|
2016-12-06 16:55:48 +00:00
|
|
|
width: 100%;
|
|
|
|
|
position: relative;
|
2016-11-03 19:40:54 +00:00
|
|
|
}
|