fixes breakpoint on mixins

This commit is contained in:
Alberto Garcia Cabeza
2016-10-25 16:30:36 +02:00
parent 5c1e1f96ea
commit 08db2faf86

View File

@@ -13,7 +13,7 @@
font-size: rem-calc(24);
font-weight: lighter;
@include breakpoint(small) {
@include breakpoint(medium) {
line-height: $line-height*2;
margin-top: 0;
}
@@ -22,7 +22,7 @@
height: 48px;
width: 48px;
@include breakpoint(small) {
@include breakpoint(medium) {
height: 80px;
margin-right: $line-height/2;
margin-top: 0;