Fix some responsive and scrolling issues
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-04 16:11:42 +02:00
parent 80f621d38b
commit 2170cd2e57
7 changed files with 25 additions and 15 deletions

View File

@@ -44,6 +44,7 @@
@include breakpoint (sm) {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: pxVW(232);
margin-top: 112px;

View File

@@ -1,4 +1,5 @@
.photos {
overflow: hidden;
position: relative;
margin-top: -22px;
background-color: #fff;