We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cdce7b commit 4570bb8Copy full SHA for 4570bb8
content/index.njk
@@ -15,6 +15,11 @@ canonical: /
15
grid-gap: 1rem;
16
grid-template-columns: 50% 50%;
17
}
18
+@media(max-width: 1024px) {
19
+ .posts {
20
+ grid-template-columns: 100%;
21
+ }
22
+}
23
{% endcss %}
24
25
{% if pagination.pageNumber == 0 %}
content/tag-pages.njk
@@ -23,6 +23,11 @@ const eleventyComputed = {
26
27
28
29
30
31
32
33
<h1>Tagged “{{ tag }}”</h1>
0 commit comments