.archive-item { margin-left: 2rem; } .categories-card { margin: 0 auto; margin-top: 3rem; display: flex; align-items: center; justify-content: space-between; flex-direction: row; flex-wrap: wrap; padding: 0 2.5rem; line-height: 1.6rem; .card-item { font-size: .875rem; text-align: left; width: 45%; display: flex; align-items: flex-start; margin-top: 2rem; min-height: 10rem; padding: 0 2%; position: relative; .card-item-wrapper { width: 100%; overflow: hidden; .card-item-title { font-size: 1.2rem; font-weight: bold; display: inline-block; } span { float: right; padding-right: 1rem; } } } } .archive-item-link { display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 95%; &:hover { color: $global-link-hover-color; background-color: transparent; } .dark & { color: $global-link-color-dark; &:hover { color: $global-link-hover-color-dark; } } } .archive-item-date { float: right; text-align: right; color: $global-font-secondary-color; .dark & { color: $global-font-secondary-color-dark; } } .more-post { text-align: right; }