Skip to content

Commit

Permalink
Increase logo image size
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSomeMan committed Dec 15, 2023
1 parent 118dea6 commit 7aebee8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/scss/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1076,30 +1076,30 @@ td.page_scanning-list_of_mac-column_checkbox span.control_indicator {

#ruuvi-gateway-img {
width: 100%;
min-width: 300px;
min-height: 300px;
max-width: 300px;
max-height: 300px;
min-width: 400px;
min-height: 400px;
max-width: 400px;
max-height: 400px;
margin: 0 auto;
padding-top: 30px;
padding-bottom: 20px;
display: block;
@include max(sm) {
min-width: 50%;
min-height: 50%;
max-width: 50%;
max-height: 50%;
min-width: 80%;
min-height: 80%;
max-width: 80%;
max-height: 80%;
}
@include max(xs) {
min-width: 50%;
min-height: 50%;
max-width: 50%;
max-height: 50%;
min-width: 80%;
min-height: 80%;
max-width: 80%;
max-height: 80%;
}
@include max(xxs) {
min-width: 50%;
min-height: 50%;
max-width: 50%;
max-height: 50%;
min-width: 80%;
min-height: 80%;
max-width: 80%;
max-height: 80%;
}
}

0 comments on commit 7aebee8

Please sign in to comment.