1
0

Decrease padding in animeCat.js

This commit is contained in:
2025-05-26 03:20:15 +02:00
parent 80778df9ed
commit 14a3c3c278

View File

@@ -61,7 +61,7 @@ window.AnimeCat = class AnimeCat {
position: 'relative', // jetzt relativ zur wrapper-Flexbox
marginLeft: '14px',
marginBottom: '10px',
padding: '10px 500px',
padding: '10px 16px',
background: 'white',
border: '1px solid #ccc',
borderRadius: '16px 16px 16px 16px',