@use "../abstracts/mixin" as *; .blog { @include reset-list; .post { margin-bottom: 27px; img { width: 100%; height: 100%; object-fit: cover; } h2 { margin: 0; a { font-family: Montserrat, serif; font-size: 14px; font-weight: 600; line-height: 1.43; color: #1a1a1a; text-decoration: none; display: inline-block; } } .col-8 { padding: 0; } .post_date { @include post_date; } } }