Skip to content

Commit

Permalink
Refs #139198 - Img size on smaller screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 24, 2021
1 parent 7bb6326 commit 0c2a5d7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,18 @@ div#page-document {
@media screen and (max-width: 600px) {
div.col-left,
div.col-left a,
div.col-left img,
div.col-right {
width: 100% !important;
max-width: 100% !important;
}

div.col-left {
text-align: center;

img {
max-height: 100px;
}
}
}

@media only screen and (max-width: 1279px) {
Expand Down

0 comments on commit 0c2a5d7

Please sign in to comment.