🐞 fix: Update padding for recent posts and change hover color for read more link
This commit is contained in:
@@ -131,7 +131,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: clamp(1.5rem, 3vw, 2rem);
|
padding: clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2rem) 2.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recent-posts__title {
|
.recent-posts__title {
|
||||||
@@ -188,7 +188,7 @@
|
|||||||
|
|
||||||
.recent-posts__read-more:hover,
|
.recent-posts__read-more:hover,
|
||||||
.recent-posts__read-more:focus {
|
.recent-posts__read-more:focus {
|
||||||
color: var(--color-cwc-blue-01);
|
color: var(--color-secondary-800) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recent-posts__footer {
|
.recent-posts__footer {
|
||||||
|
|||||||
Reference in New Issue
Block a user