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

Commit d0a042b

Browse files
authored
Merge pull request #456 from openforge/fix/home-white-space
fix(home): remove white space on tablet
2 parents 5642ea0 + 4ca56a3 commit d0a042b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,16 @@
302302
position: relative;
303303
max-width: 330px;
304304

305+
.row {
306+
@include media-breakpoint-down(md) {
307+
max-width: 100%;
308+
}
309+
310+
@include media-breakpoint-down(sm) {
311+
max-width: initial;
312+
}
313+
}
314+
305315
h2 {
306316
color: white;
307317
font-size: 28px;

0 commit comments

Comments
 (0)