Changes
Build and Push Docker Images / build (push) Successful in 31s

This commit is contained in:
2026-05-20 14:25:07 +03:00
parent fb5b254570
commit aa79b422e4
12 changed files with 239 additions and 1 deletions
+27
View File
@@ -48,6 +48,33 @@ img {
overflow: hidden
}
.status-hero {
min-height: 100vh;
display: flex;
align-items: center;
padding: 48px 0
}
.status-card {
max-width: 720px;
margin: 0 auto;
padding: 40px;
border-radius: var(--card-radius);
background: var(--panel);
border: 1px solid var(--panel-border);
box-shadow: var(--shadow)
}
.status-brand {
margin-bottom: 28px
}
.status-note {
margin: 24px 0 0;
color: var(--muted);
line-height: 1.6
}
.header {
position: sticky;
top: 0;