adjust search section height

This commit is contained in:
isUnknown 2024-09-16 11:28:35 +02:00
parent 5ee1f0dadd
commit c197809a4a

View file

@ -1,7 +1,7 @@
.search {
background-color: var(--color-pink-light);
width: 100vw;
height: 70vh;
height: 75vh;
padding-top: 20vh !important;
}