Tweaks and fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user