This commit is contained in:
Kenneth Jannette
2024-03-11 22:55:48 -05:00
parent 7cbfc849a5
commit cbebf87447
2 changed files with 13 additions and 4 deletions

View File

@@ -508,7 +508,7 @@ h4.heading-6 {
text-transform: capitalize;
margin-bottom: 18px;
margin-top: 6px;
color: #1f74a7;
color: #006aa9;
}
h6.heading-7 {
@@ -527,7 +527,8 @@ h6.heading-7 {
font-size: 1.1rem;
font-weight: 400;
width: 520px;
color: #1f74a7;
color: #006aa9;
margin-bottom: 0.35rem !important;
}
.d-flex.div-block-3 {
@@ -698,6 +699,12 @@ li.nav-item {
padding: 0 19px;
}
@media only screen and (max-width: 1100px) {
.join-heading {
width: 370px;
}
}
@media only screen and (max-width: 430px) {
ul.navbar-nav {
margin-left: auto;