abdullahtarawneh.com/assets/scss/partials/site-footer.scss
2020-10-10 18:43:26 -05:00

9 lines
197 B
SCSS

.site-footer {
background: #333;
color: white;
hr {display: none;}
.container {padding: 2em 1em;}
dt {font-weight: 700;}
dd {margin-bottom: 0.5em;}
a {color: inherit;}
}