mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
fix: add margin to toolbox
This commit is contained in:
@@ -12,7 +12,7 @@ const { tools } = Astro.props;
|
|||||||
---
|
---
|
||||||
|
|
||||||
<ul
|
<ul
|
||||||
class="grid grid-cols-[repeat(auto-fit,_minmax(80px,_1fr))] items-center gap-2 rounded-2 bg-black/5 p-5 dark:bg-white/5"
|
class="grid grid-cols-[repeat(auto-fit,_minmax(80px,_1fr))] items-center gap-2 rounded-2 bg-black/5 p-5 mbe-10 dark:bg-white/5"
|
||||||
>
|
>
|
||||||
{
|
{
|
||||||
tools.map(({ name, url, image }) => (
|
tools.map(({ name, url, image }) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user