Put About Purpose section on grid

This commit is contained in:
2022-08-29 14:21:55 +02:00
parent f0a7e9f38d
commit eec3049a2c
2 changed files with 5 additions and 5 deletions

View File

@@ -140,19 +140,19 @@
margin-top: 120px;
}
.container-wide {
.container {
grid-column: 2 / -2;
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: calc(100vh - var(--sides));
height: calc(var(--vh) * 0.9);
max-height: 720px;
color: #fff;
padding: 0 8%;
@include bp (sm) {
padding: 0 18%;
min-height: calc(100vh - var(--sides));
max-height: 1200px;
}
}