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 {
max-width: 200px;
width: 100%;
max-width: 100%;
width: 200px;
height: 200px;
border-radius: 45deg;
border-radius: 5px;
transform: scale(1);
transition: transform .5s;
}