mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-23 10:37:10 +00:00
Remove font size on body element
This commit is contained in:
parent
23854de50b
commit
1e25af92b7
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