@@ -36,10 +36,6 @@
bottom: 1rem;
}

@media (min-width: $b__d) {
@include rule($display: none);
}

@media print {
display: none;
}
@@ -48,69 +44,13 @@
float: left;
margin-right: $u__baseline;
font-weight: 700;

@media (min-width: $b__d) {
text-decoration: none;
position: fixed;
bottom: ($u__baseline * 1.5);
transition: all 0.2s;
overflow: hidden;
}
}

.c-nav__item__label {
@media (min-width: $b__d) {
display: none;
float: left;
height: ($u__baseline * 4);
line-height: ($u__baseline * 4);
}
}

.c-nav__item--prev {
@media (min-width: $b__d) {
left: 0;
margin-left: $u__baseline;
}

&::before {
content: '\27E8\00A0';

@media (min-width: $b__d) {
display: block;
float: left;
height: ($u__baseline * 4);
line-height: ($u__baseline * 4);
color: $c__neutral--a;
font-size: ($u__baseline * 4);
}
}
}

.c-nav__item--next {
@media (min-width: $b__c) {
right: 0;
}

&::after {
content: '\00A0\27E9';

@media (min-width: $b__d) {
display: block;
float: left;
height: ($u__baseline * 4);
line-height: ($u__baseline * 4);
color: $c__neutral--a;
font-size: ($u__baseline * 4);
}
}
.c-nav__item--prev::before {
content: '\27E8\00A0';
}

// Hover states
.c-nav__item--prev:hover::before,
.c-nav__item--next:hover::after {
@media (min-width: $b__c) {
color: $c__neutral--6;
}
.c-nav__item--next::after {
content: '\00A0\27E9';
}
}
@@ -36,14 +36,12 @@
}

.c-navigation__link {
@include span(1 of 4);
@include span(1 of 5);
display: block;
padding-top: ($u__baseline * 0.5);
padding-bottom: ($u__baseline * 0.5);
text-decoration: none;

@media (min-width: $b__a) {
@include span(1 of $g__inner at 1);
padding-top: ($u__baseline * 2);
padding-bottom: $u__baseline;
}
@@ -58,19 +56,11 @@
.is-fixed & {
box-shadow: inset 0 2px 0 0;
}

@media (min-width: $b__a) {
box-shadow: inset 0 3px 0 0;
}
}
}

.c-navigation__link:hover {
.is-fixed & {
box-shadow: inset 0 2px 0 0;
}

@media (min-width: $b__a) {
box-shadow: inset 0 3px 0 0;
}
}
@@ -24,42 +24,37 @@
}
}

.c-page__title {
@include fs--heading-1;
margin-bottom: $u__baseline;
font-weight: 700;
}

.c-page__excerpt {
margin-bottom: ($u__baseline * 2);

@media (min-width: $b__b) {
margin-bottom: ($u__baseline * 4);
}
}

.c-page__location {
@include ff--sans-serif;
@include fs--caption;
@include separate;
text-transform: uppercase;
letter-spacing: 0.03125rem; // 0.5px
}

.c-page__pubdate {
.c-page__footer {
@include ff--sans-serif;
@include fs--caption;
position: absolute;
top: 0;
left: 0;
// color: $c__neutral--4;

@media (min-width: $b__b) {
top: 1rem;
}

@media (min-width: $b__c) {
top: 1.75rem;
top: 0.5rem;
}
}

.c-page__title {
@include fs--heading-1;
margin-bottom: $u__baseline;
font-weight: 700;
}

.c-page__location {
display: block;
}

.c-page__excerpt {
margin-bottom: ($u__baseline * 2);

@media (min-width: $b__b) {
margin-bottom: ($u__baseline * 4);
}
}

@@ -9,5 +9,4 @@ image:
tags:
- Germany
- Berlin
hidden: true
---
@@ -10,5 +10,4 @@ tags:
- Germany
- Berlin
- Architecture
hidden: true
---

This file was deleted.

This file was deleted.