Make photo Viewer larger on smaller screens

This commit is contained in:
2021-11-30 19:48:27 +01:00
parent 45e9b3be3a
commit cd0f25cd56

View File

@@ -32,10 +32,13 @@
position: relative; position: relative;
max-width: none; max-width: none;
margin: auto 0; margin: auto 0;
grid-column: 3 / span 16; grid-column: 2 / span 17;
grid-row-gap: 40px; grid-row-gap: 40px;
transform: translate3d(-50%, 2.5%, 0); transform: translate3d(-50%, 2.5%, 0);
} }
@include bp (sd) {
grid-column: 3 / span 16;
}
} }
// Images // Images