Skip to content

Commit

Permalink
FEAT: Added Region Switch Functionality to the Signup Page (#886)
Browse files Browse the repository at this point in the history
* Minor CSS fix related to the signup page

* Add global CSS class 'text-align-center'
  • Loading branch information
tahierhussain authored Dec 11, 2024
1 parent 628d4eb commit ff17f0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/log-in/Login.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
}

.text-wrapper {
margin: 40px 0px;
width: 100%;
display: flex;
flex-direction: column;
Expand Down
4 changes: 4 additions & 0 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,7 @@ body {
.ant-tabs-nav-operations {
display: none !important;
}

.text-align-center {
text-align: center;
}

0 comments on commit ff17f0e

Please sign in to comment.