Reduce grid-row-gap from 30px to 8px.
This commit is contained in:
parent
52e0ebc5f9
commit
a0207c52f2
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ h2, h3
|
|||
#left
|
||||
{
|
||||
display: grid;
|
||||
grid-row-gap: 30px;
|
||||
grid-row-gap: 8px;
|
||||
grid-auto-rows: max-content;
|
||||
}
|
||||
#right
|
||||
|
|
|
@ -27,7 +27,7 @@ h2, h3
|
|||
#left
|
||||
{
|
||||
display: grid;
|
||||
grid-row-gap: 30px;
|
||||
grid-row-gap: 8px;
|
||||
grid-auto-rows: max-content;
|
||||
}
|
||||
#tag_metadata h2 .editor_input
|
||||
|
|
Loading…
Reference in a new issue