This commit is contained in:
User A0264400
2026-04-18 17:34:45 +03:00
parent 9f141d94ca
commit 88abd59222
26 changed files with 106 additions and 86 deletions

View File

@@ -177,7 +177,7 @@
display: grid;
place-items: center;
border-radius: 18px;
background: linear-gradient(145deg, var(--accent), var(--primary));
background: #fff;
color: #fff;
box-shadow: 0 18px 34px rgba(13, 79, 214, 0.24);
}
@@ -679,6 +679,7 @@
padding: 22px;
display: flex;
flex-direction: column;
align-items: center;
gap: 14px;
min-height: 100%;
}