Skip to content

Commit

Permalink
Device Issue Solved
Browse files Browse the repository at this point in the history
  • Loading branch information
aanafiu committed Jul 13, 2024
1 parent e886109 commit 5b26ff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ nav{
/* Banner */
.banner{
/* background-color: blue; */
height: 100vh ;
height: 100% ;
width: 100%;
background-image: url(../assets/Hero-bg.png);
background-repeat: no-repeat;
Expand Down Expand Up @@ -436,7 +436,7 @@ footer{

/* BAnner */
.banner{
height: 100vh;
height: 100%;
width: 100vw;
/* background-color: aqua; */
padding: 20px auto;
Expand All @@ -446,7 +446,7 @@ footer{
.banner-flex{
/* background-color: aquamarine; */
/* margin: auto 5%; */
height: 100vh;
height: 100%;
width: 90vw;
}

Expand Down

0 comments on commit 5b26ff2

Please sign in to comment.