This commit is contained in:
Kenneth Jannette
2024-04-23 03:38:56 -05:00
parent 4a8657e008
commit 0c58b1e8b4

View File

@@ -902,7 +902,7 @@ li.nav-item {
@media only screen and (max-width: 498px) { @media only screen and (max-width: 498px) {
.homepage-container { .homepage-container {
width: 392px; width: 380px;
} }
ul.navbar-nav { ul.navbar-nav {
@@ -924,6 +924,15 @@ li.nav-item {
padding-top: 12px; padding-top: 12px;
color: #fff; color: #fff;
} }
.hero-middle-header {
font-size: 1.8rem;
text-align: center;
color: #000;
font-family: Roboto;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.2;
}
.hero-imgbox { .hero-imgbox {
display: flex; display: flex;
@@ -1017,16 +1026,8 @@ li.nav-item {
} }
.section-one { .section-one {
max-height: 480px;
display: flex; display: flex;
align-items: center;
justify-content: center;
margin-right: auto;
margin-left: auto;
background-position: center;
background-repeat: no-repeat;
background-size: cover; background-size: cover;
margin-top: 28px;
} }
.section-2 { .section-2 {