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