From 3695c6039c5a6ca41eec2043aa6415d7349e41cb Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Thu, 1 May 2025 19:27:21 +0200 Subject: [PATCH] Change card icons size --- src/css/components/projects.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/components/projects.css b/src/css/components/projects.css index 4822daf..ec8042c 100644 --- a/src/css/components/projects.css +++ b/src/css/components/projects.css @@ -39,6 +39,10 @@ gap: 0.35rem; display: flex; } +.card .links svg { + height: var(--card-icon-size, 1.2cap); + width: auto; +} .card .content { padding: 1rem 0.4rem 0; } \ No newline at end of file