This commit is contained in:
Mateusz Gruszczyński
2026-02-04 15:29:04 +01:00
parent 60da98d064
commit 3d33657748

View File

@@ -118,12 +118,11 @@ body {
.event-item {
display: flex;
align-items: center;
justify-content: space-between; /* Przycisk lupy po prawej na PC */
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid var(--border-color);
}
/* Grupa danych po lewej (Badge + Czas + Opis) */
.event-content {
display: flex;
align-items: center;
@@ -181,9 +180,9 @@ body {
}
.zoom-btn-mobile {
width: 50%;
width: 100%;
margin-left: 0;
padding: 12px;
padding: 8px;
font-size: 0.85rem;
text-align: center;
}