Home page updates with benefits

This commit is contained in:
Deon George
2022-10-01 10:57:16 +10:00
parent f0ada9192e
commit b96ea4a217
3 changed files with 127 additions and 18 deletions

View File

@@ -1,13 +1,16 @@
.theme-bg-primary {
background: #007CC3;
background: #007cc3;
}
.item-icon {
color: #007cc3 !important;
}
.site-logo {
text-align: center;
width: 5em;
}
.navbar-brand {
background: #007CC3;
background: #007cc3;
border-radius: 10px;
display: block;
}