mobil
All checks were successful
/ upload (release) Successful in 1m43s

This commit is contained in:
pavel 2026-02-12 00:39:53 +01:00
commit f8415c3441

View file

@ -1183,14 +1183,27 @@ textarea:focus {
gap: 16px; gap: 16px;
} }
.header-main {
flex-direction: column;
align-items: flex-start;
gap: 12px;
width: 100%;
}
.header-main h2 {
font-size: 20px;
line-height: 1.3;
}
.header-actions { .header-actions {
width: 100%; width: 100%;
display: grid; display: flex;
grid-template-columns: 1fr 1fr; flex-wrap: wrap;
gap: 8px; gap: 8px;
} }
.header-actions .btn { .header-actions .btn {
flex: 1 1 auto;
justify-content: center; justify-content: center;
} }