Skip to content

Commit

Permalink
Fix Logo covering text on title page
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Dec 17, 2021
1 parent eaee99f commit c245897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions addons/Logo.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
flex-shrink: 0;
background-position: 0 50%;
margin-top: 8vh;
margin-bottom: -10em !important;
}

.layout-mobile .detailLogo {
Expand All @@ -28,7 +27,7 @@
}

.layout-desktop .hide + .detailPageWrapperContainer .detailRibbon {
margin-top: 10em;
margin-top: 8vh;
}

.itemName {
Expand Down
2 changes: 1 addition & 1 deletion default.css
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ div#itemBackdrop {
}

.layout-desktop .detailRibbon {
margin-top: 7.2em;
margin-top: 0 !important;
}

.layout-mobile #itemDetailPage {
Expand Down

0 comments on commit c245897

Please sign in to comment.