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 edf7191 commit 9b2b5ecCopy full SHA for 9b2b5ec
_includes/css/agency.css
@@ -1121,7 +1121,7 @@ article p {
1121
@media (min-width: 768px) {
1122
#posts-wrapper {
1123
grid-template-columns: 1.25fr 1fr;
1124
- grid-template-rows: 250px 250px;
+ grid-template-rows: 250px 150px 250px;
1125
}
1126
1127
@@ -1168,6 +1168,10 @@ article p {
1168
grid-row: span 2;
1169
1170
1171
+#latest_posts a:nth-of-type(3) {
1172
+ grid-row: span 2;
1173
+}
1174
+
1175
#latest_posts a article {
1176
height: 100%;
1177
border-radius: 15px;
0 commit comments