diff --git a/src/app/hazdev-template/styles.scss b/src/app/hazdev-template/styles.scss index 757cc1c..3c85a67 100644 --- a/src/app/hazdev-template/styles.scss +++ b/src/app/hazdev-template/styles.scss @@ -96,6 +96,15 @@ mark { font-weight: 400; } +img { + max-width: 100%; +} + +.sidenav-content { + overflow: hidden; +} + + /* Grid */ @@ -244,4 +253,4 @@ mark { .no-icon:before { content: ''; -} \ No newline at end of file +}