feat: adding ability to optimize and import older site content.

This commit is contained in:
2023-08-22 16:04:37 -05:00
parent 5c218918ee
commit 9a7aa89362
35 changed files with 1267 additions and 398 deletions

View File

@@ -64,6 +64,7 @@
align-items: center;
min-height: 100vh;
padding-top: 50px;
padding-bottom: 50px;
@include lg-device {
padding: 180px 0 170px;
min-height: auto;
@@ -143,6 +144,7 @@
}
}
// hero banner style two
.hero-banner-style-2 {
.banner-content {

View File

@@ -186,7 +186,7 @@ body {
.bg-4,
.bg-3,
.bg-5 {
background-image: none;
background-image: url(../img/headerbg.jpg);
background-color: $body-bg-light;
}