Skip to content

Commit

Permalink
Feat(Update): Maintenance UI Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikram-Maulana committed Jan 20, 2023
1 parent 602407d commit 3dc1220
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ a {

@media (prefers-color-scheme: dark) {
html {
color-scheme: dark;
color-scheme: dark !important;
}
}
19 changes: 9 additions & 10 deletions app/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
flex-direction: column;
align-items: center;
height: 100vh;
overflow: hidden;
}

.brand {
display: flex;
justify-content: center;
align-items: center;
position: relative;
padding: 4rem 0 1rem 0;
padding: 0 0 1rem 0;
}

.content {
Expand Down Expand Up @@ -55,8 +56,8 @@

.center::after {
background: var(--primary-glow);
width: 240px;
height: 180px;
width: 15rem;
height: 11.25rem;
z-index: -1;
}

Expand Down Expand Up @@ -128,13 +129,11 @@
padding: 0 1rem;
}

.center {
padding: 8rem 0 6rem;
}

.center::before {
transform: none;
height: 300px;
.center::after {
background: var(--primary-glow);
width: 10rem;
height: 6.25rem;
z-index: -1;
}
}

Expand Down

0 comments on commit 3dc1220

Please sign in to comment.