EmptyState: match padding to IconGrid

This commit is contained in:
rektdeckard
2020-10-09 11:28:34 -04:00
parent c7c3600466
commit 87f5aacf7d

View File

@@ -29,7 +29,7 @@
} }
.grid-item:hover { .grid-item:hover {
background-color: rgba(163, 159, 171, 0.1); background-color: rgba(163, 159, 171, 0.1);
} }
.grid-item:focus { .grid-item:focus {
@@ -159,7 +159,7 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 0 16px 4px; padding: 32px 16px;
min-height: 80vh; min-height: 80vh;
max-width: 1120px; max-width: 1120px;
margin: auto; margin: auto;