am css gearbeitet
This commit is contained in:
parent
f0424eecc9
commit
3ceda5a0ab
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue