feat(us): adds contact and about sections

This commit is contained in:
2024-12-10 01:05:56 -03:00
parent 5cd59bee2d
commit 93bb84f2a2
9 changed files with 108 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
.about-us {
background-image: url('/static/img/animals-bg.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

View File

@@ -0,0 +1,3 @@
.contact-us {
max-width: var(--main-content-max-width, 480px);
}