jensmemes3-web/sass/css/_general.scss
Timo Ley 40338edec3
All checks were successful
continuous-integration/drone Build is passing
chore: use zola to build
2023-01-01 14:29:44 +01: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;
}