@ -13,65 +13,30 @@
}
.small-circle {
border-radius: 50%;
width: 250px;
height: 250px;
article {
display: flex;
background-color: $dark;
border-radius: 10px;
article.card {
height: 420px;
flex: 1 1 305px;
flex-direction: column;
overflow: hidden;
div.article-info-container, div.article-image {
flex: 1;
div.article-info {
box-sizing: border-box;
padding: 25px;
height: 200px;
a.article-title {
flex: 2;
justify-content: space-between;
text-decoration: none;
color: $font-color;
img {
height: 50%;
width: 100%;
object-fit: cover;
.circle {
.article-link {
article.card-alternate {
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
gap: 40px;
div {
padding: 16px;
p {
max-width: 500px;
margin: auto 16px;