Skip to content

Commit

Permalink
Added more responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavnagpurkar committed Dec 1, 2023
1 parent 03670bd commit f49bbcf
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -385,17 +385,37 @@ section.third>.secImg video {
right: 5%;
width: 81%;
}

.btn-red {
font-size: 18px;
}
nav{

nav {
max-width: 90vw;
}
}

@media screen and (max-width: 609px) {
.hero-buttons{
.hero-buttons {
display: flex;
flex-direction: column;
}

.secImg img {
width: 455px;
}

section.third>.secImg video {
width: 250px;
}
}

@media screen and (max-width: 409px) {
.secImg img {
width: 455px;
}

section.third>.secImg video {
width: 250px;
}
}

0 comments on commit f49bbcf

Please sign in to comment.