fix some responsive

This commit is contained in:
2025-12-10 11:51:14 +01:00
parent 6a416abadb
commit 516277c77d
4 changed files with 56 additions and 32 deletions
+13 -1
View File
@@ -1,6 +1,6 @@
.searchBarContainer{
position: fixed;
top: 10rem;
top: 4rem;
z-index: 100;
width: 60%;
background: #fff;
@@ -11,6 +11,11 @@
display: flex;
}
.elementList {
max-height: 60vh;
overflow-y: auto;
}
.eventImageDiv {
@@ -72,3 +77,10 @@
.searchBarForm input:focus{
outline: none;
}
@media screen and (max-width: 480px) {
.searchBarContainer{
width: 80%;
}
}