Anxhelo Lushka
6 years ago
No known key found for this signature in database
GPG Key ID: 1FDB240321304A01
2 changed files with
6 additions and
1 deletions
-
_sass/_layout.scss
-
css/main.scss
|
|
@ -390,4 +390,8 @@ |
|
|
|
@include media-query($on-phone) { |
|
|
|
flex-basis: auto; |
|
|
|
} |
|
|
|
|
|
|
|
@include media-query($on-test) { |
|
|
|
flex-basis: auto; |
|
|
|
} |
|
|
|
} |
|
|
@ -24,7 +24,8 @@ $grey-color-dark: darken($grey-color, 25%); |
|
|
|
$content-width: 950px; |
|
|
|
$on-palm: 950px; |
|
|
|
$on-laptop: 950px; |
|
|
|
$on-phone: 500px; |
|
|
|
$on-phone: 530px; |
|
|
|
$on-test: 524px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|