Skip to content

Commit

Permalink
correção do responsivo home
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloRocha-85 committed Dec 31, 2023
1 parent 049ad13 commit efa71b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
body{
width: 100%;
height: 100vh;
background: url(image/2.png);
background-size: cover;
}
header{
width: 100%;
Expand Down Expand Up @@ -55,6 +53,8 @@ header .btn-mobile{
#home .container{
width: 100%;
height: 100vh;
background: url(image/2.png);
background-size: cover;
}
#home .container .icons{
width: 10%;
Expand Down

0 comments on commit efa71b8

Please sign in to comment.