Files
digifi-www/src/components/Home/Hero/hero.module.css
T
2024-03-13 23:31:36 +01:00

9 lines
242 B
CSS

.heroBg{
background: url(../../../assets/images/hero-test.png) no-repeat;
background-size: cover;
background-position: center;
/* padding: 0.4rem 0; */
display: flex;
align-items: center;
justify-content: center;
}