Skip to content

Commit

Permalink
Add some small screen breakpoints for QR code sizes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Jan 12, 2025
1 parent 7607690 commit f8dad79
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3284,6 +3284,21 @@
}
}

@media screen and (max-width: 500px) {
.qr-code {
width: 100px;
height: 100px;
}
}

@media screen and (max-width: 350px) {
.qr-code {
width: 75px;
height: 75px;
min-width: 75px;
}
}


/*
.img-link img {
Expand Down

0 comments on commit f8dad79

Please sign in to comment.