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 b8b0aef commit a25eeeeCopy full SHA for a25eeee
src/pages/en/tags/[tag].astro
@@ -54,11 +54,11 @@ const pageTitle = siteTitle + ' - ' + tag + ' ' + subtitle
54
<style>
55
ul {
56
display: grid;
57
- gap: 1rem;
+ gap: 2rem;
58
grid-template-columns: 100%;
59
grid-template-rows: auto;
60
list-style-type: none;
61
- margin-top: 2rem;
+ margin: 2rem 0;
62
padding: 0;
63
}
64
src/pages/es/tags/[tag].astro
@@ -54,11 +54,11 @@ const pageTitle = siteTitle + ' - ' + subtitle + ' ' + tag
0 commit comments