Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik-developer authored Sep 3, 2024
1 parent 321f398 commit d6b8511
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ header {
background-color: #fff;
width: 100vw;

margin-left: 20px;
margin-right: 20px;
/*margin-left: 20px;
margin-right: 20px;*/

/*padding: 5px;*/
}
Expand All @@ -49,8 +49,8 @@ header {
/* scrrens up to 1200px :laptops */
@media (max-width: 1200px) {
header {
width: 90vw;
/* margin: 0 auto; */
width: 90vw;
margin: 0 auto;
}
}

Expand All @@ -77,8 +77,8 @@ header {
width: 100vw;
height: 100vh;

margin-left: 20px;
margin-right: 20px;
/*margin-left: 20px;
margin-right: 20px;*/

/*padding: 5px;*/
}
Expand Down Expand Up @@ -116,8 +116,8 @@ header {
background-color: #fff;
width: 100vw;

margin-left: 20px;
margin-right: 20px;
/*margin-left: 20px;
margin-right: 20px;*/

/*padding: 5px;*/
}
Expand Down

0 comments on commit d6b8511

Please sign in to comment.