Anxhelo Lushka
6 years ago
No known key found for this signature in database
GPG Key ID: 1FDB240321304A01
3 changed files with
6 additions and
4 deletions
-
_sass/_base.scss
-
_sass/_layout.scss
-
css/main.scss
|
|
@ -13,6 +13,7 @@ |
|
|
|
|
|
|
|
* { |
|
|
|
font-family: 'Overpass' !important; |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
|
|
|
|
/* Basic Styling |
|
|
|
|
|
@ -103,7 +103,7 @@ |
|
|
|
transition: all 0.3s ease-in-out; |
|
|
|
} |
|
|
|
|
|
|
|
@include media-query($on-palm) { |
|
|
|
@include media-query($on-phone) { |
|
|
|
margin-top: 20px; |
|
|
|
margin-left: 0px; |
|
|
|
} |
|
|
@ -387,7 +387,7 @@ |
|
|
|
padding-left: 15px; |
|
|
|
line-height: 1.4; |
|
|
|
|
|
|
|
@include media-query($on-palm) { |
|
|
|
@include media-query($on-phone) { |
|
|
|
flex-basis: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
@ -22,8 +22,9 @@ $grey-color-dark: darken($grey-color, 25%); |
|
|
|
|
|
|
|
// Width of the content area |
|
|
|
$content-width: 950px; |
|
|
|
$on-palm: 900px; |
|
|
|
$on-laptop: 950px; |
|
|
|
$on-palm: 950px; |
|
|
|
$on-laptop: 950px; |
|
|
|
$on-phone: 450px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|