mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-22 01:57:08 +00:00
Remove font size on body element
This commit is contained in:
parent
c26f6380c4
commit
b543d049c7
1 changed files with 0 additions and 3 deletions
|
@ -4,9 +4,6 @@ body {
|
|||
width: 100%;
|
||||
background-color: $body-color;
|
||||
border-top: 5px solid $black;
|
||||
@include media($medium) {
|
||||
@include font-size(20);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue