BUGFIX: styles

This commit is contained in:
Jeroen De Meerleer 2021-08-05 15:26:47 +02:00
parent b9e55c554f
commit 6cc6f181e3
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
2 changed files with 6 additions and 2 deletions

View File

@ -13,7 +13,7 @@ body {
color: $orange;
font-family: $font;
height: 100%;
margin: 0;
margin: 0 10px;
a {
color: $orange;
}

View File

@ -1 +1,5 @@
@import 'base';
@import 'base';
img {
max-width: 100%;
}