fix css breakpoints

This commit is contained in:
Luis 2017-06-17 17:13:58 +02:00
parent 83f82033a1
commit 418a812bbd
2 changed files with 3 additions and 3 deletions

View file

@ -18,11 +18,11 @@
width: 40em; width: 40em;
@include breakpoint(large) { @include breakpoint(large) {
width: 90%; width: 45em;
} }
@include breakpoint(medium) { @include breakpoint(medium) {
width: 45em; width: 90%;
} }
} }
} }

View file

@ -63,7 +63,7 @@ $baseurl: '{{ site.baseurl }}/images';
} }
@include breakpoint(large) { @include breakpoint(large) {
font-size: 12pt; font-size: 13pt;
} }
@include breakpoint(small) { @include breakpoint(small) {