Add responsive style to About page

This commit is contained in:
2022-09-09 15:01:36 +02:00
parent 4442f268f9
commit 35b1e27e7c
6 changed files with 159 additions and 61 deletions

View File

@@ -3,7 +3,7 @@
position: relative;
display: block;
overflow: hidden;
padding: 56px 32px 32px;
padding: 32px;
background: $color-primary-darker;
border-radius: 12px;
transform: translateZ(0);
@@ -25,7 +25,7 @@
overflow: hidden;
width: 70%;
max-height: 550px;
margin-bottom: 48px;
margin-bottom: 28px;
border-radius: 6px;
@include bp (sm) {
@@ -33,6 +33,7 @@
grid-row: 1 / -1;
width: 100%;
height: auto;
margin-bottom: 48px;
}
:global(.image) {