We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10396ce commit a4c1584Copy full SHA for a4c1584
_includes/css/agency.css
@@ -1159,10 +1159,7 @@ body.post-page header{
1159
left: 35px;
1160
transition: transform .25s ease-in-out;
1161
will-change: transform;
1162
-}
1163
-
1164
-#latest_posts a:not(:first-of-type) article h1 {
1165
- font-size: x-large;
+ font-size: clamp(22px, 25px, 39px);
1166
}
1167
1168
#latest_posts a:first-of-type {
@@ -1171,6 +1168,7 @@ body.post-page header{
1171
1172
1169
#latest_posts a article {
1173
1170
height: 100%;
+ border-radius: 15px;
1174
1175
1176
#latest_posts article:hover h1 {
0 commit comments