Tweaks and fixes

This commit is contained in:
2020-02-17 22:36:36 +01:00
parent 6fb6937c1a
commit 0174ba08f2
8 changed files with 20 additions and 70 deletions

View File

@@ -22,8 +22,8 @@
left: 24px;
flex-direction: row-reverse;
align-items: flex-end;
transform: rotate(270deg) translate(-46%,-240%);
transform-origin: 50% 50%;
transform-origin: left top;
transform: rotate(-90deg) translateX(-100%);
}
// Container
@@ -80,8 +80,8 @@
}
// Photo
@include breakpoint (sm) {
.photo {
.photo {
@include breakpoint (sm) {
// Even photos
&:nth-child(even) {
// Location
@@ -134,7 +134,7 @@
@include breakpoint (xxl) {
padding-left: 192px;
}
@include breakpoint (1648px) {
@include breakpoint (1776px) {
padding-right: 0;
}
}