Make buttons better
This commit is contained in:
parent
49ca301ef6
commit
9499d4cd98
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user