cleaning up home page for mobile, adding NUS info below graphic

This commit is contained in:
Calvin Jhunjhnuwala
2020-09-30 09:30:55 -07:00
parent ab8ef5b831
commit 1076f91551
8 changed files with 66 additions and 33 deletions

View File

@@ -1,7 +1,15 @@
/* HOME STYLINGS */
#home-hero-marker {
top: unset;
bottom: 64px;
bottom: 88px;
}
#home-hero-graphic {
max-width: 100%;
@include media-breakpoint-down(sm) {
width: 200%;
margin-left: -50%;
max-width: none;
}
}
#home-hero-marker:after {
position: absolute;