About page styling

This commit is contained in:
2022-10-31 00:12:46 -04:00
parent 389332447d
commit d264a0400d
4 changed files with 15 additions and 7 deletions

View File

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