Anxhelo Lushka
6 years ago
No known key found for this signature in database
GPG Key ID: 1FDB240321304A01
2 changed files with
3 additions and
2 deletions
-
_sass/_layout.scss
-
css/main.scss
|
@ -103,7 +103,7 @@ |
|
|
transition: all 0.3s ease-in-out; |
|
|
transition: all 0.3s ease-in-out; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@include media-query($on-phone) { |
|
|
@include media-query($small) { |
|
|
margin-top: 20px; |
|
|
margin-top: 20px; |
|
|
margin-left: 0px; |
|
|
margin-left: 0px; |
|
|
} |
|
|
} |
|
|
|
@ -22,9 +22,10 @@ $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: 700px; |
|
|
|
|
|
$on-laptop: 950px; |
|
|
$on-laptop: 950px; |
|
|
|
|
|
$on-palm: 700px; |
|
|
$on-phone: 600px; |
|
|
$on-phone: 600px; |
|
|
|
|
|
$small: 450px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|