[Fix] size of arrows become random on chrome
This commit is contained in:
parent
77f140aec7
commit
2befbab77f
@ -5,12 +5,11 @@
|
||||
div.event.container {
|
||||
display: grid;
|
||||
grid-template-columns: min-content repeat(6, 1fr) min-content;
|
||||
grid-template-rows: 1fr;
|
||||
column-gap: 30px;
|
||||
|
||||
img.arrow {
|
||||
margin: auto;
|
||||
width: auto;
|
||||
width: fit-content;
|
||||
height: calc(99/217 * 100%);
|
||||
}
|
||||
}
|
||||
|
@ -101,5 +101,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user