legio-30/src/app/views/about/about.component.scss
2023-11-24 15:52:54 -05:00

7 lines
149 B
SCSS

.banner {
width: 100%;
height: max(300px, 30vh);
background: white url("/assets/img/castra.jpg") center 35% no-repeat;
background-size: cover;
}