mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-23 15:14:23 +00:00
13 lines
187 B
CSS
13 lines
187 B
CSS
|
.list-events {
|
||
|
max-height: 20vh;
|
||
|
padding-left: 20px;
|
||
|
padding-bottom: 12px;
|
||
|
|
||
|
text-align: left;
|
||
|
|
||
|
overflow-y: scroll;
|
||
|
|
||
|
column-count: auto;
|
||
|
column-width: 140px;
|
||
|
}
|