2020-10-28 00:37:53 +01:00
|
|
|
html, body {
|
|
|
|
scrollbar-width: thin;
|
2021-01-11 00:17:56 +01:00
|
|
|
overflow: auto !important;
|
2021-02-27 00:51:55 +01:00
|
|
|
scrollbar-color: #555 #111;
|
|
|
|
font-family: sans-serif;
|
2020-10-28 00:37:53 +01:00
|
|
|
}
|
2020-11-13 00:13:44 +01:00
|
|
|
|
|
|
|
li {
|
|
|
|
margin-left: 10px;
|
2021-03-05 14:11:33 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.v-dialog .theme--dark.v-card {
|
|
|
|
background-color: #434343;
|
2021-03-15 22:25:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.v-application .p-description.text-body-1 {
|
|
|
|
letter-spacing: normal !important;
|
2021-03-16 19:55:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#home {
|
|
|
|
max-width: 1400px;
|
|
|
|
padding-right: 0px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#events {
|
|
|
|
margin: 0 auto;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
max-width: 1400px;
|
2020-11-13 00:13:44 +01:00
|
|
|
}
|