Fixed unrelated changes

This commit is contained in:
Shevilll
2025-03-15 18:43:51 +05:30
committed by Calinteodor
parent 2ba57730cd
commit fee6ecc82d
2 changed files with 5 additions and 2 deletions

View File

@@ -53,7 +53,10 @@
} }
.welcome-footer-row-block { .welcome-footer-row-block {
display: block; display: flex;
flex-direction: column;
gap:12px;
align-items: center;
} }
} }
} }

View File

@@ -349,6 +349,6 @@ body.welcome-page {
.welcome-footer-row-1-text { .welcome-footer-row-1-text {
max-width: 200px; max-width: 200px;
margin-right: 16px; text-align: center;
} }
} }