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

Commit b9e6807

Browse files
committed
fix(home): add css to center phones on mobile
1 parent 5ff58ff commit b9e6807

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@
309309

310310
@include media-breakpoint-down(sm) {
311311
max-width: initial;
312+
text-align: center;
313+
display: block;
312314
}
313315
}
314316

@@ -369,6 +371,7 @@
369371

370372
@include media-breakpoint-down(sm) {
371373
position: relative;
374+
margin: 0;
372375
}
373376
}
374377
}

0 commit comments

Comments
 (0)