|
@ -566,6 +566,17 @@ main { |
|
|
z-index: 1; |
|
|
z-index: 1; |
|
|
background-color: $primary-color; |
|
|
background-color: $primary-color; |
|
|
|
|
|
|
|
|
|
|
|
i { |
|
|
|
|
|
display: block; |
|
|
|
|
|
height: 0.5em |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.copyright { |
|
|
|
|
|
margin-top: 2em; |
|
|
|
|
|
text-align: right; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@include breakpoint(medium) { |
|
|
i { |
|
|
i { |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
border-left: 3px solid; |
|
|
border-left: 3px solid; |
|
@ -577,6 +588,7 @@ main { |
|
|
transform: skewX(-15deg); |
|
|
transform: skewX(-15deg); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.photo-attribution { |
|
|
.photo-attribution { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|