Improve buttons

This commit is contained in:
Salt 2020-09-27 17:19:45 -05:00
parent 96d2f8fe70
commit f23ffd7901
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@
* Used on the index for services */
div.iconbuttoncontainer {
display: grid;
grid-gap: 1em;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto auto auto auto;
}
@ -16,7 +17,6 @@ a.iconbutton {
background: var(--background-dark);
border: 4px solid var(--background-dark);
display: block;
margin: 0.5em;
padding: 1em;
text-align: center;
}