Skip to content

Commit

Permalink
Merge pull request #11 from NE-Collegiate-Cyber-Defense-League/featur…
Browse files Browse the repository at this point in the history
…e/homepage-hero-font-change

Change font size and remove unnecessary comments
  • Loading branch information
andrew-aiken authored Oct 18, 2024
2 parents 03af874 + e732bf8 commit 09555d6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions assets/scss/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,25 +148,21 @@ $mobile-max: 999px;
}





.large-text {
color: #383333;
font-size: 7.2vw;
line-height: 1.2; /* Control the height of the line */
line-height: 1.2;
display: inline-block;
}

.medium-text {
color: #383333;
font-size: 4.4vw;
font-size: 4.35vw;
line-height: 1.2;
display: inline-block;
}

@media (max-width: 1000px) {
/* Adjust sizes for larger displays */
.large-text {
font-size: 13vw;
}
Expand All @@ -184,7 +180,7 @@ $mobile-max: 999px;
line-height: 1;
}
}

.hidden-on-small {
display: block; /* Ensure the image is visible by default */
}
Expand Down

0 comments on commit 09555d6

Please sign in to comment.