Skip to content

Commit

Permalink
large tv update
Browse files Browse the repository at this point in the history
  • Loading branch information
beasmith152 authored Oct 16, 2024
1 parent c6e27b7 commit 6f3c76f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,24 @@ border: none;
}

/* TV screen sizing */
@media (min-width: 3840px){
.SiteSubHero{
position:relative;
text-align: center;
color:white;
display: flex;
justify-content: center;
align-items: center;
font-family: "Barlow Condensed", sans-serif;
font-weight: 400;
font-style: italic;
margin-top:-6.5em;
font-size: 4em;
z-index: 5; /* Higher than .BackgroundOverlay */
}


}



Expand Down

0 comments on commit 6f3c76f

Please sign in to comment.