Skip to content

Commit d51937b

Browse files
committed
fix: fix images on mobile
1 parent 8b2d4a8 commit d51937b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs_theme/src/scss/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ pre code {
100100
border: none;
101101
}
102102

103+
img {
104+
@extend .img-fluid;
105+
}
106+
103107
.nav-link {
104108
padding: 2px 15px 3px;
105109
}

0 commit comments

Comments
 (0)