Remove redundant rows

This commit is contained in:
Salt 2020-09-27 17:20:57 -05:00
parent f23ffd7901
commit b157aaf5f2
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ div.iconbuttoncontainer {
display: grid;
grid-gap: 1em;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto auto auto auto;
}
a.iconbutton {
background: var(--background-dark);