Skip to content

Commit

Permalink
reponsiveness update
Browse files Browse the repository at this point in the history
  • Loading branch information
atongjonathan committed Jan 5, 2024
1 parent 4d68a4c commit c6e0c82
Showing 1 changed file with 36 additions and 15 deletions.
51 changes: 36 additions & 15 deletions css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,49 @@
margin-top: 100px;
/* align-self: center; */
}
.banner-info
.banner-img
{
width: 90%;
height: 50%;
justify-content: center;
display: none;
}
.banner-img
.banner
{
width: 100%;
height: 50%;
height: 45vh;
background-image: url("../images/banner.webp");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
opacity: 1;
}
.overlay-2
{
background: linear-gradient(to top,#16181fed 10%, transparent, transparent );

}
.banner-info
{
width: 100%;
justify-content: center;
row-gap: 15px;
}
.content
{
margin-top: 45vh;
}
.home
{
height: 45vh;
}
.banner-info{
height: 50%;
align-items: flex-start;
margin-top: 60px;
padding: 20px;
justify-content: flex-end;
padding: 30px 20px;
opacity: .9;
/* background-color: #0f1014; */
}
.buttons
{
width: 50%;
align-self: center;
/* margin-left: 20px; */
}
.movement
{
Expand All @@ -48,6 +65,14 @@
flex-wrap: wrap;
height: 100px;
}
.movies, .sports
{
overflow-x: scroll;
}
.movement
{
display: none;
}
.movie-img
{
width: 180px;
Expand All @@ -56,8 +81,4 @@
{
width: 350px;
}
.sports>.movement
{
margin-left: 8px;
}
}

0 comments on commit c6e0c82

Please sign in to comment.