This commit is contained in:
Kenneth Jannette
2024-04-19 22:27:19 -05:00
parent 30ac3f808f
commit 38361c134f
2 changed files with 20 additions and 11 deletions

View File

@@ -84,7 +84,7 @@ section.section-one {
.hero-imgbox {
background-image: url("../Assets/Images/opac_butta.png") no-repeat;
height: 700px;
width: 1200px;
width: 1160px;
z-index: 1;
}
@@ -96,16 +96,17 @@ section.section-one {
.hero-text {
text-align: center;
padding-top: 20px;
width: 650px;
font-size: 1.5rem;
color: #000;
}
.hero-button-box {
margin-top: 60px;
width: 100%;
height: 200px;
height: 160px;
}
.first-section-subcontainer {
padding-top: 35px;
padding-left: 20px;