Skip to content

Commit a4c1584

Browse files
author
Claudio Cortese
committed
Various improvements
1 parent 10396ce commit a4c1584

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

_includes/css/agency.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,10 +1159,7 @@ body.post-page header{
11591159
left: 35px;
11601160
transition: transform .25s ease-in-out;
11611161
will-change: transform;
1162-
}
1163-
1164-
#latest_posts a:not(:first-of-type) article h1 {
1165-
font-size: x-large;
1162+
font-size: clamp(22px, 25px, 39px);
11661163
}
11671164

11681165
#latest_posts a:first-of-type {
@@ -1171,6 +1168,7 @@ body.post-page header{
11711168

11721169
#latest_posts a article {
11731170
height: 100%;
1171+
border-radius: 15px;
11741172
}
11751173

11761174
#latest_posts article:hover h1 {

0 commit comments

Comments
 (0)