am css gearbeitet
This commit is contained in:
parent
83f5cabd99
commit
4ca05fba38
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue