.listing-item { border-top: none !important; max-height: 175px; .image-column { display: flex; align-items: center; } a.image { width: 100%; } img { object-fit: cover; width: 100%; height: 175px; } .content-details { font-size: 80%; margin-top: $subtitle-negative-margin; } .media-content .content { overflow: hidden; } .media-content { padding-left: 0; padding-right: 0; } .columns { width: 100%; } } .page-blogpostlistpage { .date-header { font-size: $size-2; font-weight: $weight-bold; margin-bottom: 1rem; } } nav.pagination { a.pagination-link, .pagination-next, .pagination-previous { @include dark-mode { background-color: $grey-darker; border-color: $black; color: $dark-mode-text; &:hover { border-color: $grey-dark; } &.is-current { background-color: $primary; } } } .pagination-ellipsis { @include dark-mode { color: $dark-mode-text; } } }