am css gearbeitet
This commit is contained in:
parent
3ceda5a0ab
commit
59cff0017d
|
@ -1,6 +1,6 @@
|
|||
div.eventList {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
padding: 10px 0 10px 0;
|
||||
}
|
||||
|
@ -9,6 +9,7 @@ div.eventList a.event {
|
|||
display: inline-block;
|
||||
color: white !important;
|
||||
background-color: var(--nav-background-color) !important;
|
||||
margin: 10px 10px 10px 10px;
|
||||
}
|
||||
|
||||
div.eventList a.event:hover {
|
||||
|
@ -22,6 +23,8 @@ div.eventList a.event div.event {
|
|||
border-radius: 5px;
|
||||
transform: scale(1);
|
||||
transition: transform .5s;
|
||||
padding: 5px 5px 5px 5px;
|
||||
box-shadow: inset 5px 5px 0px 0px var(--logo-background-color);
|
||||
}
|
||||
|
||||
div.eventList a.event div.event:hover {
|
||||
|
|
Loading…
Reference in New Issue