Skip to content

Commit

Permalink
footer v4
Browse files Browse the repository at this point in the history
  • Loading branch information
varyandis committed Oct 18, 2023
1 parent b0ea42e commit 3f0b426
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
}

body {
margin: 0;
font-family: Raleway, sans-serif;
margin: auto;
max-width: 1440px;
min-width: 1100px;
max-width: 1440px;
/* margin: 0; */
margin: auto;
font-family: Raleway, sans-serif;

}

Expand Down
2 changes: 1 addition & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
grid-template-columns: repeat(3, 1fr);
justify-items: center;
justify-content: space-between;
padding: 92px 49px 92px 51px;
padding: 92px 49px 88px 51px;
}

.header__menu {
Expand Down

0 comments on commit 3f0b426

Please sign in to comment.