Remove extra header spacing

This commit is contained in:
“Naeel” 2026-02-23 22:00:43 +04:00
parent 90b788da57
commit 6e3e3900c2

View File

@ -13,6 +13,7 @@
.logo { height: 40px; }
.main-content { padding: 32px 0; }
.card { background: #fff; padding: 24px; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); margin-bottom: 20px; }
h3 { margin: 0 0 12px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; cursor: pointer; padding: 12px 24px; border: none; border-radius: 8px; font-weight: 600; font-size: 14px; }
.btn-primary { background: var(--nubes-blue); color: #fff; }
.btn-action { padding: 6px; background: #fff; border: 1px solid var(--nubes-border); border-radius: 8px; font-size: 16px; line-height: 1; cursor: pointer; min-width: 32px; }