Reduce grid-row-gap from 30px to 8px.

This commit is contained in:
voussoir 2020-11-04 16:56:24 -08:00
parent 52e0ebc5f9
commit a0207c52f2
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ h2, h3
#left #left
{ {
display: grid; display: grid;
grid-row-gap: 30px; grid-row-gap: 8px;
grid-auto-rows: max-content; grid-auto-rows: max-content;
} }
#right #right

View file

@ -27,7 +27,7 @@ h2, h3
#left #left
{ {
display: grid; display: grid;
grid-row-gap: 30px; grid-row-gap: 8px;
grid-auto-rows: max-content; grid-auto-rows: max-content;
} }
#tag_metadata h2 .editor_input #tag_metadata h2 .editor_input