Skip to content

Commit

Permalink
padding test
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikUden committed Sep 20, 2024
1 parent 805eae5 commit 751739d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/blog/[...path].vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 3px 10px; /* Adjusts padding: top, right, bottom, left */
padding: 5px 10px 0px 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 */
}
Expand Down

0 comments on commit 751739d

Please sign in to comment.