fully responsive event page and components

This commit is contained in:
2025-11-23 18:58:27 +01:00
parent fc4c9a1a94
commit d5d664716e
6 changed files with 158 additions and 42 deletions
+25
View File
@@ -72,3 +72,28 @@
}
@media screen and (max-width: 768px) {
.eventsButtons {
flex-direction: row;
position: relative;
top: 0;
right: 0;
align-items: flex-start;
width: 100%;
margin-top: 16px;
}
.filterContainer{
display: flex;
width: fit-content;
}
.filterMenu{
width: fit-content;
}
.createButton:hover, .mobileFilter:hover {
transform: none !important;
}
}