14 lines
No EOL
211 B
SCSS
14 lines
No EOL
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;
|
|
} |