Skip to content

Commit

Permalink
Merge pull request Code-For-Humans-School#126 from rogershi-dev/featu…
Browse files Browse the repository at this point in the history
…re/registration-auth

Updated padding values for login and register card body.
  • Loading branch information
rogershi-dev authored Jul 15, 2024
2 parents 36ecb4b + ce81e85 commit 0537c07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions server/views/login.pug
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ extends layout
block content

.login-container.vh-100.d-flex.align-items-center.justify-content-center
.card.text-center.bg-light.text-dark.shadow-lg(style="width: 22rem; border-radius: 1rem; margin: auto 15px;")
.card-body.p-5
.card.text-center.bg-light.text-dark.shadow-lg(style="width: 22rem; border-radius: 1rem; margin: auto 22px;")
.card-body.p-sm-5.p-3
h2.fw-bold.mb-2.text-uppercase Login
p.text-dark-50.mb-5 Please log in using one of the following options!

Expand Down
4 changes: 2 additions & 2 deletions server/views/register.pug
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ extends layout
block content

.login-container.vh-100.d-flex.align-items-center.justify-content-center
.card.text-center.bg-light.text-dark.shadow-lg(style="width: 22rem; border-radius: 1rem; margin: auto 15px;")
.card-body.p-5
.card.text-center.bg-light.text-dark.shadow-lg(style="width: 22rem; border-radius: 1rem; margin: auto 22px;")
.card-body.p-sm-5.p-3
h2.fw-bold.mb-2.text-uppercase Register
p.text-dark-50.mb-5 Please finish the following authorizations!

Expand Down

0 comments on commit 0537c07

Please sign in to comment.