This commit is contained in:
2023-11-24 15:52:54 -05:00
parent 3ce0f7a418
commit 6f47657c91
25 changed files with 466 additions and 115 deletions

View File

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