Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 33c5268

Browse files
author
dpatanin
committed
fix mobile scaling
1 parent d9d7aaa commit 33c5268

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/scss/pages/scanners/_scanner.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
width: 90vw;
55
#scanner-doc{
66
width: 55vw;
7+
@include media-breakpoint-down(sm) {
8+
width: 90vw;
9+
}
710
}
811
h1 {
912
font-family: $font-family-heading;

0 commit comments

Comments
 (0)