You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/components/homepage-hero/HomepageHero.module.css

16 lines
343 B

.homepageHero {
background-repeat: no-repeat;
background-color: var(--boundary-secondary);
background-image: url(/img/hero-pattern.svg);
background-position: bottom -50px right -100px;
@media (max-width: 767px) {
padding: 88px 0;
background-position: bottom -130px right -130px;
}
& .hero {
background: none;
}
}