From 2cf7ac935969bd3c942867646801b35b7c433b91 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 03:20:25 +0200 Subject: [PATCH] Reduce margin-bottom in animeCat.js --- animeCat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animeCat.js b/animeCat.js index 09fdfd8..2552351 100644 --- a/animeCat.js +++ b/animeCat.js @@ -60,7 +60,7 @@ window.AnimeCat = class AnimeCat { Object.assign(this.bubble.style, { position: 'relative', // jetzt relativ zur wrapper-Flexbox marginLeft: '14px', - marginBottom: '12px', + marginBottom: '11px', padding: '10px 16px', background: 'white', border: '1px solid #ccc',