mobile styling clean up based on qa doc

This commit is contained in:
Calvin Jhunjhnuwala
2021-07-01 16:23:50 -07:00
parent 276b61f680
commit 290c4beb44
12 changed files with 43 additions and 35 deletions

View File

@@ -11,7 +11,7 @@
}
#home-hero-graphic {
margin-left: auto;
width: 608px;
width: 856px;
margin-right: auto;
margin-bottom: 24px;
max-width: 100%;
@@ -43,7 +43,7 @@
// Page backgrounds
.landing-bg {
@include media-breakpoint-down(sm) {
opacity: .5;
opacity: .6;
}
}