Files
yeuchaybo/assets/scss/site-footer/_site-footer.scss
T
Thuan Bui fd25f13a4f Initial
2018-06-26 11:09:22 +07:00

16 lines
199 B
SCSS

.site-footer {
border-top: $border;
font-size: $site-footer--font-size;
line-height: $line-height--medium;
text-align: center;
> .wrap {
margin: 3rem auto;
}
p {
margin-bottom: 0;
}
}