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.
 

12 lines
227 B

.home-hero {
margin: 20px 20px 40px;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(12px);
}
@media screen and (max-width: 768px) {
.home-hero {
margin: 0;
margin-top: 20px;
}
}