Anxhelo Lushka
6 years ago
No known key found for this signature in database
GPG Key ID: 1FDB240321304A01
1 changed files with
8 additions and
4 deletions
-
_sass/_layout.scss
|
@ -136,15 +136,16 @@ |
|
|
|
|
|
|
|
|
.site-nav { |
|
|
.site-nav { |
|
|
float: right; |
|
|
float: right; |
|
|
font-size: 28px; |
|
|
font-size: 24px; |
|
|
line-height: 56px; |
|
|
line-height: 56px; |
|
|
margin-right: 50px; |
|
|
margin-right: 50px; |
|
|
padding-bottom: 100px; |
|
|
padding-bottom: 100px; |
|
|
|
|
|
|
|
|
.page-link { |
|
|
.page-link { |
|
|
line-height: $base-line-height; |
|
|
line-height: $base-line-height; |
|
|
font-weight: bold; |
|
|
font-weight: regular; |
|
|
letter-spacing: 0.05em; |
|
|
letter-spacing: 0.05em; |
|
|
|
|
|
opacity: 0.5; |
|
|
|
|
|
|
|
|
&:not(:first-child) { |
|
|
&:not(:first-child) { |
|
|
margin-left: 20px; |
|
|
margin-left: 20px; |
|
@ -152,7 +153,11 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.page-link:hover { |
|
|
.page-link:hover { |
|
|
opacity: 0.8; |
|
|
opacity: 0.75; |
|
|
|
|
|
|
|
|
|
|
|
&:active { |
|
|
|
|
|
opacity: 1; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@include media-query($on-palm) { |
|
|
@include media-query($on-palm) { |
|
@ -329,7 +334,6 @@ |
|
|
|
|
|
|
|
|
.language { |
|
|
.language { |
|
|
text-decoration: none !important; |
|
|
text-decoration: none !important; |
|
|
font-size: 20px !important; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.bg-mute { |
|
|
.bg-mute { |
|
|