Skip to content

Commit

Permalink
fixing mainContent bg image right overflow (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
iannesbitt committed Jan 30, 2024
1 parent 7600f24 commit 08df0c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/drp/js/themes/drp/css/metacatui.css
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ select {
padding-top: 20px;
color: #FDFDFD;
min-height: 420px;
width: calc(100% + 80px);
width: calc(100% + 40px);
margin-top: -40px;
}

Expand Down Expand Up @@ -2199,8 +2199,8 @@ img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
width: auto;
margin-top: 8%;
margin-bottom: 4%;
margin-right: calc(10% + 20px);
margin-left: calc(10% - 20px);
margin-right: calc(10% + 0px);
margin-left: calc(10% - 0px);
border-radius: 6px;
padding-left: 20px;
padding-right: 20px;
Expand Down

0 comments on commit 08df0c6

Please sign in to comment.