🐞 fix: Recent posts updates
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
.recent-posts__vector {
|
||||
display: block;
|
||||
height: auto;
|
||||
height: 100%;
|
||||
min-height: var(--recent-posts-vector-height);
|
||||
object-fit: cover;
|
||||
opacity: 0.75;
|
||||
@@ -40,7 +40,7 @@
|
||||
display: grid;
|
||||
gap: clamp(1.5rem, 5vw, 5rem);
|
||||
grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
|
||||
margin: 0 auto clamp(2rem, 4vw, 3.25rem);
|
||||
margin: 3rem auto clamp(2rem, 4vw, 3.25rem);
|
||||
max-width: 1280px;
|
||||
}
|
||||
|
||||
@@ -60,6 +60,7 @@
|
||||
.recent-posts__intro {
|
||||
color: var(--color-dark);
|
||||
font-size: var(--text-20px);
|
||||
font-weight: 300;
|
||||
line-height: 1.35;
|
||||
margin: 0;
|
||||
max-width: 44rem;
|
||||
@@ -99,7 +100,7 @@
|
||||
|
||||
.recent-posts__image-link {
|
||||
aspect-ratio: 397 / 250;
|
||||
border-radius: 0.75rem 0.75rem 0 0;
|
||||
border-radius: 1.25rem 1.25rem 0 0;
|
||||
display: block;
|
||||
max-height: 250px;
|
||||
max-width: 397px;
|
||||
|
||||
Reference in New Issue
Block a user