From e4c415b3ee73bd07b2840a20738f339e20721139 Mon Sep 17 00:00:00 2001 From: Erik Uden Date: Fri, 20 Sep 2024 21:48:35 +0200 Subject: [PATCH] test --- pages/blog/[...path].vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/blog/[...path].vue b/pages/blog/[...path].vue index c28c623..b0a6e59 100644 --- a/pages/blog/[...path].vue +++ b/pages/blog/[...path].vue @@ -134,7 +134,7 @@ img { display: inline-block; /* Makes the border fit the text size */ border: 2px solid #EF4444; /* Adds a red border */ border-radius: 15px; /* Adds rounded corners to the border */ - padding: 5px 10px 0px 10px; /* Adjusts padding: top, right, bottom, left */ + padding: 5px 10px 3px 10px; /* Adjusts padding: top, right, bottom, left */ line-height: 2em; text-decoration: none; /* Removes underline from the link */ color: inherit; /* Ensures the link text inherits the color of the surrounding text */