am css gearbeitet

This commit is contained in:
xoy 2023-01-29 20:05:52 +01:00
parent f0424eecc9
commit 3ceda5a0ab
1 changed files with 3 additions and 3 deletions

View File

@ -16,10 +16,10 @@ div.eventList a.event:hover {
} }
div.eventList a.event div.event { div.eventList a.event div.event {
max-width: 200px; max-width: 100%;
width: 100%; width: 200px;
height: 200px; height: 200px;
border-radius: 45deg; border-radius: 5px;
transform: scale(1); transform: scale(1);
transition: transform .5s; transition: transform .5s;
} }