General cleanup

This commit is contained in:
Michał Gdula 2022-07-23 15:03:11 +01:00
parent 5fee89d2e7
commit 2c6beefa43
13 changed files with 132 additions and 14 deletions

View file

@ -5,10 +5,17 @@
margin: 0 0 2rem; padding: 0;
width: calc(100vw - var(--space-medium));
height: 60vh;
height: 69vh;
position: relative;
}
@media (max-width: 600px) {
.image-container {
height: 40vh;
}
}
.image {
max-width: 100%;
width: auto;