mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Fix margin on link with icon.
This commit is contained in:
parent
d2ab315978
commit
018a5db3d3
1 changed files with 1 additions and 0 deletions
|
|
@ -19,5 +19,6 @@
|
||||||
grid-template-columns: repeat(2, auto);
|
grid-template-columns: repeat(2, auto);
|
||||||
place-items: center;
|
place-items: center;
|
||||||
gap: 0.25rem;
|
gap: 0.25rem;
|
||||||
|
margin: 1rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue