Skip to content

Commit

Permalink
troet.cafe blog: test with padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikUden committed Sep 20, 2024
1 parent 42a8bc0 commit 2e80b28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/de/blog/2024/07/die-rettung-vom-troet-cafe.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ author_handle: @[email protected]

---

<center><b>Erstellt am:</b> 2024.05.10 um 15:13 | <b>Letztes Update:</b> 2024.09.20 um 22:47</center>
<center><b>Erstellt am:</b> 2024.05.10 um 15:13 | <b>Letztes Update:</b> 2024.09.20 um 22:48</center>

<br>

<center style="margin-top: -40px;">von</center>
<center style="margin-top: -20px;">von</center>

<center>
<a class="bordered-link" href="https://mastodon.de/@ErikUden" target="_blank" rel="noopener noreferrer">
Expand Down
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 -10px 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 2e80b28

Please sign in to comment.