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

Commit ccf1350

Browse files
author
dpatanin
committed
rescale scanner docs to fit according to screen size
1 parent 0459417 commit ccf1350

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

src/scss/pages/scanners/_scanner.scss

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
.scanner {
22
display: flex;
33
#content {
4-
max-width: 100vw;
4+
width: 80vw;
5+
h1 {
6+
color: $black;
7+
}
8+
h2 {
9+
color: $black;
10+
}
11+
h3 {
12+
color: $black;
13+
}
14+
p {
15+
color: $secondary;
16+
}
517
img {
6-
width: 450px;
18+
max-height: 10vw;
19+
max-width: 80vw;
20+
721
}
8-
@include media-breakpoint-down(sm) {
22+
a {
923
img {
10-
display: none;
24+
height: 20px;
25+
width: auto;
1126
}
1227
}
1328
}

0 commit comments

Comments
 (0)