diff options
author | uvok cheetah | 2025-09-01 20:27:36 +0200 |
---|---|---|
committer | uvok cheetah | 2025-09-01 20:27:36 +0200 |
commit | 506095dc692b49048268b8098dcdbf43f9572cc2 (patch) | |
tree | 102b638b7422a0c7ef687c8660eca15423cd35a3 /_includes | |
parent | d325beb6bb66ea37ea3bd1214c0d7ba0651384bb (diff) |
remove inline style
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/commentNotice.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/commentNotice.html b/_includes/commentNotice.html index 5f27f03..a2ae3fc 100644 --- a/_includes/commentNotice.html +++ b/_includes/commentNotice.html @@ -34,7 +34,7 @@ <button id="load-comments-btn" class="load-comments-btn" onclick="loadComments()">Load Comments from ActivityPub</button> </oom-comments> - <p style="margin-top: 1em"><a href="{{ src_url }}">ActivityPub-Link</a></p> + <p class="topspace"><a href="{{ src_url }}">ActivityPub-Link</a></p> <noscript> <p>Um Kommentare zu hinterlassen, ist leider JavaScript nötig.</p> |