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',