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

48 lines
630 B
CSS

.upcoming_events {
background-color: #fa8785;
border-radius: 8px;
padding-left: 1.8em;
padding-top: 1.5em;
padding-bottom: 1.5em;
margin-bottom: 3em;
max-width: 20em;
}
.upcoming_events > h3 {
margin-top: 0px;
}
.search-wrapper {
max-width: 25em;
}
.event-item {
margin-bottom: 1.3em;
}
.events-list {
list-style: none;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
.events-list > li > span {
font-size: .6em;
}
.events-list > li > a {
font-size: .5em;
color: #1d66bf;
}
#top {
display: flex;
align-items: center;
justify-content: center;
}
#page-wrapper {
max-width: 1920px;
}