fix event-card ticket
This commit is contained in:
parent
9dbf57640d
commit
be37ab345a
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
}
|
||||
|
||||
.event-card__infos .ticket {
|
||||
position: absolute;
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
margin-top: 0.3rem;
|
||||
padding: 0.5rem;
|
||||
|
|
|
|||
2
assets/dist/style.css
vendored
2
assets/dist/style.css
vendored
|
|
@ -1144,7 +1144,7 @@ a.to-blank:hover > .ticket svg path.dot {
|
|||
}
|
||||
|
||||
.event-card__infos .ticket {
|
||||
position: absolute;
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
margin-top: 0.3rem;
|
||||
padding: 0.5rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue