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

Commit 7d8322d

Browse files
fix(app-home): add overflow-x hidden
1 parent d179bf8 commit 7d8322d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.home {
22
font-family: 'Muli', sans-serif;
3+
overflow-x: hidden;
34
width: auto;
45

56
.hero {

src/pages/app-home/app-home.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export class AppHome {
9595
}
9696
})
9797
.catch(resp => {
98+
console.log('resp - ', resp);
9899
this.featuredIsError = true;
99100
this.featuredIsLoading = false;
100101
});

0 commit comments

Comments
 (0)