fixed event columns text
This commit is contained in:
parent
47f8dcd050
commit
8702cc4833
|
|
@ -948,9 +948,12 @@ hr {
|
||||||
.column {
|
.column {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
vertical-align: middle;
|
||||||
max-width: fit-content;
|
max-width: fit-content;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
|
font-size: clamp(0.6rem, 0.1rem + 1.6vw, 1rem);
|
||||||
|
text-wrap: balance;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*-----------------------parallax-----------------------*/
|
/*-----------------------parallax-----------------------*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue