Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Kauany7492 authored Aug 19, 2024
1 parent 973bab5 commit 99cd4c4
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,24 @@
padding: 0;
}

#inicio{
z-index: 2;
}

body{
background-color: #FBF4E8;
}
}

header{
header{
position: fixed;
width: 100vw;
margin-top: 0;
top: 0;
z-index: 2;
}
}

footer{
footer{
display: flex;
justify-content: end;
}
}

@media screen and (min-width: 768px) and (max-width: 1540px){
@media screen and (min-width: 768px) and (max-width: 1540px){

main{
margin: 5px 30px;
Expand Down

0 comments on commit 99cd4c4

Please sign in to comment.