Skip to content

Commit

Permalink
fix width issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Apr 11, 2024
1 parent 6d07338 commit 53203b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/assets/themes/classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}

#mrp-wrapper {
@apply mt-10 p-20 pt-16 max-w-screen-lg rounded-xl shadow-2xl dark:shadow-none
@apply mt-10 p-20 pt-16 max-w-screen-lg w-1/2 rounded-xl shadow-2xl dark:shadow-none
}

.mrp-wrapper-bg {
Expand Down
1 change: 1 addition & 0 deletions static/themes/classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ video {
}
#mrp-wrapper {
margin-top: 2.5rem;
width: 50%;
max-width: 1024px;
border-radius: 0.75rem;
padding: 5rem;
Expand Down

0 comments on commit 53203b0

Please sign in to comment.