feat(us): adds contact and about sections
This commit is contained in:
6
app/static/css/about-us.css
Normal file
6
app/static/css/about-us.css
Normal 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;
|
||||
}
|
||||
3
app/static/css/contact-us.css
Normal file
3
app/static/css/contact-us.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.contact-us {
|
||||
max-width: var(--main-content-max-width, 480px);
|
||||
}
|
||||
BIN
app/static/img/animals-bg.jpg
Normal file
BIN
app/static/img/animals-bg.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 322 KiB |
Reference in New Issue
Block a user