Skip to content

Commit 9b2b5ec

Browse files
author
Claudio Cortese
committed
Various graphical fixes
1 parent edf7191 commit 9b2b5ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_includes/css/agency.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ article p {
11211121
@media (min-width: 768px) {
11221122
#posts-wrapper {
11231123
grid-template-columns: 1.25fr 1fr;
1124-
grid-template-rows: 250px 250px;
1124+
grid-template-rows: 250px 150px 250px;
11251125
}
11261126
}
11271127

@@ -1168,6 +1168,10 @@ article p {
11681168
grid-row: span 2;
11691169
}
11701170

1171+
#latest_posts a:nth-of-type(3) {
1172+
grid-row: span 2;
1173+
}
1174+
11711175
#latest_posts a article {
11721176
height: 100%;
11731177
border-radius: 15px;

0 commit comments

Comments
 (0)