Skip to content

Commit 695dc07

Browse files
WEB-321 - Minor mobile responsive error fix
1 parent c9beb65 commit 695dc07

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/templates/page.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,14 @@ code[class*="language-"] {
576576
}
577577
.home-page_banner{
578578
background-image: url("~/src/components/images/bg-banner.svg");
579-
background-size: cover;
579+
background-size: contain;
580580
background-repeat: no-repeat;
581581
margin-bottom: 1rem;
582582
padding-bottom: 6rem;
583583
padding-top: 5rem;
584+
@media (max-width: $screen_768) {
585+
padding: 1rem;
586+
background-size: cover;
587+
background-position: center;
588+
}
584589
}

0 commit comments

Comments
 (0)