Skip to content

Commit

Permalink
add media query
Browse files Browse the repository at this point in the history
  • Loading branch information
arielhernandezcl committed Feb 19, 2024
1 parent 370b0ea commit e71fb5b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/static/css/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,16 @@ video {
display: none;
}
}

/* added to improve appearance of hero section on mobile devices */
@media screen and (max-width: 479px) {
section#hero {
height: 45vh;
}
.video-container {
height: 45vh;
}
.custom_button_vivo {
font-size: xx-large;
}
}

0 comments on commit e71fb5b

Please sign in to comment.