am css gearbeitet

This commit is contained in:
xoy 2023-01-29 20:14:32 +01:00
parent 59cff0017d
commit aa727cbbbb
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,7 @@ div.eventList a.event {
color: white !important;
background-color: var(--nav-background-color) !important;
margin: 10px 10px 10px 10px;
border-radius: 5px;
}
div.eventList a.event:hover {
@ -20,7 +21,6 @@ div.eventList a.event div.event {
max-width: 100%;
width: 200px;
height: 200px;
border-radius: 5px;
transform: scale(1);
transition: transform .5s;
padding: 5px 5px 5px 5px;