diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-25 17:34:08 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-25 17:34:08 +0200 |
| commit | 49e7e7d555a6cd9810d81561fa3e98e3d64502be (patch) | |
| tree | 3acce03eb969fb81b13ba8ad5cae1d8df04b4632 /themes/simple/layouts/partials/comments.html | |
| parent | b213d6a9c69b2de4486d923d5279f6e41ba0742b (diff) | |
| download | mitjafelicijan.com-49e7e7d555a6cd9810d81561fa3e98e3d64502be.tar.gz | |
Fixed styling
Diffstat (limited to 'themes/simple/layouts/partials/comments.html')
| -rw-r--r-- | themes/simple/layouts/partials/comments.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/simple/layouts/partials/comments.html b/themes/simple/layouts/partials/comments.html index 4e3c7b6..33cf7b6 100644 --- a/themes/simple/layouts/partials/comments.html +++ b/themes/simple/layouts/partials/comments.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | <p class="mb-10"> | 4 | <p class="mb-10"> |
| 5 | You can write me an email at | 5 | You can write me an email at |
| 6 | <a href="mailto:m@mitjafelicijan.com" class="underline-offset-2 decoration-1 decoration-wavy underline hover:bg-yellow-100">m@mitjafelicijan.com</a> or catch up with me | 6 | <a href="mailto:m@mitjafelicijan.com" class="underline-offset-2 underline hover:bg-yellow-100">m@mitjafelicijan.com</a> or catch up with me |
| 7 | <a href="https://telegram.me/mitjafelicijan" target="_blank" class="underline-offset-2 decoration-1 decoration-wavy underline hover:bg-yellow-100">on Telegram</a>. | 7 | <a href="https://telegram.me/mitjafelicijan" target="_blank" class="underline-offset-2 underline hover:bg-yellow-100">on Telegram</a>. |
| 8 | </p> | 8 | </p> |
| 9 | </section> | 9 | </section> |
