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

14 lines
245 B
CSS
Raw Normal View History

2023-01-10 18:32:08 +01:00
.sidebar-content > .events-list {
2023-01-10 18:02:25 +01:00
list-style: none;
2023-01-10 19:08:05 +01:00
margin-left: 0;
2023-01-10 19:11:32 +01:00
padding-left: 2vw;
2023-01-10 19:12:09 +01:00
padding-bottom: 2vw;
2023-01-10 19:12:50 +01:00
padding-top: 1vw;
border-radius: 4px;
2023-01-10 18:33:45 +01:00
background-color: #ffd0d0;
2023-01-10 18:02:25 +01:00
}
2023-01-10 19:09:48 +01:00
2023-01-10 19:10:29 +01:00
.events-list > .event-item-separator {
2023-01-10 19:11:32 +01:00
margin-bottom: 2vw;
2023-01-10 19:09:48 +01:00
}