abdullahtarawneh.com/assets/scss/partials/site-footer.scss

13 lines
263 B
SCSS

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