diff --git a/pages/blog/[...path].vue b/pages/blog/[...path].vue index aa48be6..d7dcae7 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: 10px; /* Adds some padding around the text */ + padding: 5px 10px 3px 10px; /* Adjusts padding: top, right, bottom, left */ text-decoration: none; /* Removes underline from the link */ color: inherit; /* Ensures the link text inherits the color of the surrounding text */ }