1
0

Reduce padding of settings container

This commit is contained in:
2025-05-25 01:13:21 +02:00
parent eb306f3708
commit 11e96eb25c

View File

@@ -45,7 +45,7 @@
background: rgba(255,255,255,0.93);
border-radius: 5px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
padding: 1.8rem 2.2rem;
padding: 1.8rem 1.8rem;
display: flex; flex-direction: column; gap: 1.2rem;
}