Skip to content

Commit

Permalink
Refs #139198 - Better ribbon position. Fix h4 right padding and ribbon.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 27, 2021
1 parent 4aed1e4 commit 398e8cc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ div#page-document {
div.ribbon {
position: absolute;
margin-top: 5px;
margin-right: 20px;
transform: translateX(-100%) translateX(-18px);
}
}

Expand Down Expand Up @@ -298,3 +298,11 @@ div#page-document {
}
}
}

@media only screen and (min-width: 580px) {
div.col-right {
h4 {
padding-right: 70px;
}
}
}

0 comments on commit 398e8cc

Please sign in to comment.