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

Commit e5fd7e1

Browse files
committed
fix(home): set work image ratio to auto on mobile
1 parent 336b8ca commit e5fd7e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.home {
22
font-family: 'Muli', sans-serif;
33
overflow-x: hidden;
4-
4+
55
.hero {
66
background-color: white;
77
background: url('/assets/svg/home-graphic-header-background.svg') center top;
@@ -297,6 +297,9 @@
297297

298298
.phone-image {
299299
height: 440px;
300+
@include media-breakpoint-down(sm) {
301+
height: auto;
302+
}
300303
}
301304
}
302305

0 commit comments

Comments
 (0)