Skip to content

Commit

Permalink
update homepage styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lloan committed Aug 10, 2024
1 parent b52c138 commit f5b05cf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
31 changes: 16 additions & 15 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1444,22 +1444,22 @@ header {
}

.banner-right-area-content p {
font-size: 16px;
font-size: 18px;
line-height: 28px;
font-family: 'Raleway', sans-serif;
padding: 20px;
}

@media screen and (min-width: 1920px) {
.banner-right-area-content h2 {
font-size: 52px;
}
/*@media screen and (min-width: 1920px) {*/
/* .banner-right-area-content h2 {*/
/* font-size: 52px;*/
/* }*/

.banner-right-area-content p {
font-size: 26px;
line-height: 42px;
}
}
/* .banner-right-area-content p {*/
/* font-size: 26px;*/
/* line-height: 42px;*/
/* }*/
/*}*/

#banner_svg {
position: absolute;
Expand Down Expand Up @@ -3655,6 +3655,12 @@ header {
}
}

@media screen and (max-width: 465px) {
.banner-text-left {
display: none;
}
}

@media (min-width: 1200px) and (max-width: 1599px) {

/*custom classes*/
Expand All @@ -3677,11 +3683,6 @@ header {
font-size: 50px;
}

.banner-right-area-content h2 {
font-size: 50px;
margin-bottom: 10px;
}

.banner-text-left p {
font-size: 15px;
margin-bottom: 15px;
Expand Down
2 changes: 1 addition & 1 deletion template-parts/parallax_banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="overlay-yellow-box"></div>
<div class="banner-right-area-content">
<h2>Transformative Tech Solutions</h2>
<p>Discover innovative, user-friendly tech solutions tailored to help your business thrive. Our mission is to simplify your technology needs with reliable, affordable services that fit your unique business requirements.
<p>Our mission is to simplify your technology needs with reliable, affordable services that fit your unique business requirements.
<br>
<br>
Ready to get started? Take our AI integration readiness quiz.</p>
Expand Down

0 comments on commit f5b05cf

Please sign in to comment.