added swirl decor to login and create account

This commit is contained in:
kaipher7
2026-04-18 23:51:48 -06:00
parent b32b3d3a03
commit 0c71ecf4a5
4 changed files with 50 additions and 3 deletions
+14
View File
@@ -75,6 +75,14 @@ html {
/* =========================
Main Content Area
========================= */
.align-decor {
display: flex;
flex-direction: row;
height: 100%;
justify-content: center;
align-items: center;
}
.main-content {
display: flex;
flex-direction: column;
@@ -85,6 +93,12 @@ html {
margin-top: 40px;
}
.vert_swirl {
height: 65%;
width: auto;
margin: 0 50px;
}
/* =========================
Login Box
========================= */