Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
fixed QR-code alignment (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditi-Singh16 authored May 29, 2023
1 parent 0ece7a2 commit 04cf378
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/Layouts/app-layout.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@

.main {
position: absolute;
width: calc(100vw - 1rem);
width: 100vw;
margin: 0 auto;
min-height: 100vh;
}

Expand Down Expand Up @@ -193,6 +194,7 @@
padding: 0;
font-size: 15px;
text-align: center;
width: calc(100vw - 1rem);
}

.footer_text > p > a {
Expand Down

0 comments on commit 04cf378

Please sign in to comment.