Skip to content

Commit a25eeee

Browse files
rootroot
authored andcommitted
style. update spacing in posts by tag list
1 parent b8b0aef commit a25eeee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/en/tags/[tag].astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ const pageTitle = siteTitle + ' - ' + tag + ' ' + subtitle
5454
<style>
5555
ul {
5656
display: grid;
57-
gap: 1rem;
57+
gap: 2rem;
5858
grid-template-columns: 100%;
5959
grid-template-rows: auto;
6060
list-style-type: none;
61-
margin-top: 2rem;
61+
margin: 2rem 0;
6262
padding: 0;
6363
}
6464

src/pages/es/tags/[tag].astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ const pageTitle = siteTitle + ' - ' + subtitle + ' ' + tag
5454
<style>
5555
ul {
5656
display: grid;
57-
gap: 1rem;
57+
gap: 2rem;
5858
grid-template-columns: 100%;
5959
grid-template-rows: auto;
6060
list-style-type: none;
61-
margin-top: 2rem;
61+
margin: 2rem 0;
6262
padding: 0;
6363
}
6464

0 commit comments

Comments
 (0)