Make buttons better

This commit is contained in:
Salt 2020-09-27 17:18:58 -05:00
parent 49ca301ef6
commit 9499d4cd98
1 changed files with 1 additions and 2 deletions

View File

@ -9,15 +9,14 @@
* 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;
}
a.iconbutton {
background: var(--background-bright);
border-radius: 8px;
box-shadow: 5px 5px var(--shadow);
display: block;
margin: 0.5em;
padding: 1em;
text-align: center;
}