|
@@ -15,7 +15,7 @@
|
|
display: inline;
|
|
display: inline;
|
|
letter-spacing: normal;
|
|
letter-spacing: normal;
|
|
font-weight: $font__weight_semi_bold;
|
|
font-weight: $font__weight_semi_bold;
|
|
-
|
|
|
|
|
|
+
|
|
&:before {
|
|
&:before {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
@@ -45,7 +45,7 @@
|
|
|
|
|
|
@include media(tablet) {
|
|
@include media(tablet) {
|
|
margin: calc(3 * 1rem) auto calc(1rem / 2);
|
|
margin: calc(3 * 1rem) auto calc(1rem / 2);
|
|
- max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
|
|
|
+ max-width: calc(6 * (100vw / 12) - 28px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -54,6 +54,7 @@
|
|
.error-404.not-found,
|
|
.error-404.not-found,
|
|
.no-results.not-found {
|
|
.no-results.not-found {
|
|
|
|
|
|
|
|
+ .page-title,
|
|
.page-content {
|
|
.page-content {
|
|
|
|
|
|
margin: calc(3 * #{$size__spacing-unit}) #{$size__spacing-unit};
|
|
margin: calc(3 * #{$size__spacing-unit}) #{$size__spacing-unit};
|