BUGFIX: styles
This commit is contained in:
parent
b9e55c554f
commit
6cc6f181e3
@ -13,7 +13,7 @@ body {
|
|||||||
color: $orange;
|
color: $orange;
|
||||||
font-family: $font;
|
font-family: $font;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0 10px;
|
||||||
a {
|
a {
|
||||||
color: $orange;
|
color: $orange;
|
||||||
}
|
}
|
||||||
|
@ -1 +1,5 @@
|
|||||||
@import 'base';
|
@import 'base';
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user