Skip to content

Commit

Permalink
chore: fix missing px for container-xl padding right
Browse files Browse the repository at this point in the history
  • Loading branch information
amirtds committed Nov 14, 2024
1 parent e73ca58 commit 99b3d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paragon/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ html {
.container-xl {
max-width: 1600px !important;
padding-left: 15px !important;
padding-right: 15 !important;
padding-right: 15px !important;
}
#root .btn:before {
border-color: transparent !important;
Expand Down

0 comments on commit 99b3d32

Please sign in to comment.