Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit d085aa6

Browse files
Sam HSam H
authored andcommitted
style: fix styling on carousel images
1 parent 138c5f6 commit d085aa6

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

src/pages/app-home/app-home.scss

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@
2222
}
2323
}
2424

25-
app-img {
26-
img {
27-
width: 100%;
28-
}
25+
img {
26+
width: 100%;
2927
}
3028

3129
object {
@@ -159,9 +157,11 @@
159157
}
160158

161159
.carousel-image {
162-
height: 448px;
163-
@include media-breakpoint-down(sm) {
164-
height: 200px;
160+
img {
161+
height: 448px;
162+
@include media-breakpoint-down(sm) {
163+
height: 200px;
164+
}
165165
}
166166
}
167167

@@ -170,9 +170,11 @@
170170
}
171171

172172
.carousel-image-userfeedback {
173-
height: 306px;
174-
@include media-breakpoint-down(sm) {
175-
height: 200px;
173+
img {
174+
height: 306px;
175+
@include media-breakpoint-down(sm) {
176+
height: 200px;
177+
}
176178
}
177179
}
178180

0 commit comments

Comments
 (0)