jensmemes3-web/scss/_general.scss
2021-04-10 01:56:56 +02:00

14 lines
211 B
SCSS

body, *{
background-color: $backColor;
color: $textColor;
font-family: $font;
}
.images {
display: flex;
flex-flow: wrap;
width: 80%;
margin: auto;
justify-content: center;
margin-top: 20px;
}