We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cdce7b commit b4245e8Copy full SHA for b4245e8
content/index.njk
@@ -13,7 +13,12 @@ canonical: /
13
.posts {
14
display: grid;
15
grid-gap: 1rem;
16
- grid-template-columns: 50% 50%;
+ grid-template-columns: 1fr 1fr;
17
+}
18
+@media(max-width: 1024px) {
19
+ .posts {
20
+ grid-template-columns: 100%;
21
+ }
22
}
23
{% endcss %}
24
content/tag-pages.njk
@@ -21,7 +21,12 @@ const eleventyComputed = {
25
26
27
28
29
30
31
32
0 commit comments