grav/themes/quark-open-publishing/css/custom.css

19 lines
237 B
CSS
Raw Normal View History

2023-01-11 19:21:00 +01:00
.events-list {
margin-left: 0px;
2023-01-11 19:25:08 +01:00
margin-bottom: 4em;
2023-01-11 19:36:51 +01:00
background-color: #de8f8f;
2023-01-11 19:23:02 +01:00
}
2023-01-11 19:29:47 +01:00
.events-list > .event-item-separator {
2023-01-11 19:30:47 +01:00
display: none;
2023-01-11 19:28:53 +01:00
}
2023-01-11 19:28:05 +01:00
.events-list > li > span {
2023-01-11 19:34:10 +01:00
font-size: .6em;
2023-01-11 19:21:00 +01:00
}
2023-01-11 19:36:51 +01:00
.events-list > li > a {
font-size: .5em;
}