Skip to content

Commit

Permalink
remove unused auth classes
Browse files Browse the repository at this point in the history
  • Loading branch information
dEdmishka committed Feb 4, 2024
1 parent efe00ff commit 1a1f832
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,37 +95,3 @@
@apply text-xs uppercase;
}
}

.auth-page section {
padding-top: 9rem;
padding-bottom: 9rem;
}

@media (min-width: theme('screens.md')) {
.auth-page section {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
}

.profile-page section {
flex-direction: column;
flex-grow: 1;
}

@media (min-width: theme('screens.md')) {
.profile-page section {
flex-direction: row;
flex-grow: 0;
}
}

.verification-page section {
flex-direction: column;
}

@media (min-width: theme('screens.md')) {
.verification-page section {
flex-direction: row;
}
}

0 comments on commit 1a1f832

Please sign in to comment.