add of create event link and sort button

This commit is contained in:
2025-11-09 21:45:23 +01:00
parent b3a709a09c
commit 989d764696
3 changed files with 212 additions and 39 deletions
+4 -2
View File
@@ -1,8 +1,8 @@
.eventContainer {
display: flex;
width: 80%;
margin: 1rem 0;
justify-content: space-between;
width: 80%;
}
.eventImageDiv {
@@ -40,10 +40,12 @@
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
width: fit-content;
overflow: visible;
}
.eventButtons a {
justify-content: flex-end;
white-space: nowrap;
}