IconGrid: fix padding

This commit is contained in:
rektdeckard
2020-08-03 22:25:05 -04:00
parent ce1673e010
commit 0af7c55ed7
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
.grid-container {
padding: 4px 16px;
padding: 0px 16px 4px;
/* background-color: #35313D;
color: white; */
}

View File

@@ -13,7 +13,6 @@ menu.toolbar {
.toolbar-contents {
width: 83.33%;
max-width: 1120px;
/* height: 48px; */
padding: 8px 0;
display: flex;
flex-flow: wrap;