Skip to content

Commit

Permalink
CSS Styles - added tablet width heading styling.
Browse files Browse the repository at this point in the history
Signed-off-by: kaimmej <[email protected]>
  • Loading branch information
kaimmej committed Dec 3, 2024
1 parent ce9ba1b commit ea01cbd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions _sass/_solutionsProviders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ $desktop-banner-height: 350px;
.solutionsProviders-hero-heading-background-container {
min-height: $mobile-banner-height;
}
// .solutionsProviders-hero-heading {
// font-size: 32px;
// }
.solutionsProviders-hero-subtext {
font-size: 15px;
font-weight: 600;
Expand All @@ -129,11 +126,16 @@ $desktop-banner-height: 350px;

.solutionsProviders-hero-heading {
color: $secondary-golden-poppy;
// font-size: 64px;
font-size: 48px;
font-family: "Open Sans";
font-weight: 800;
word-wrap: break-word;
// text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
@media screen and (max-width: 500px) {
font-size: 36px;
}
@media screen and (min-width: 900px) {
font-size: 64px;
}
}
.solutionsProviders-hero-subtext {
color: $secondary-sanfrancisco-fog-t1;
Expand Down

0 comments on commit ea01cbd

Please sign in to comment.