Skip to content

Commit

Permalink
fix padding on pc.
Browse files Browse the repository at this point in the history
  • Loading branch information
KoptevAnton committed Aug 19, 2024
1 parent 2fc2617 commit 1c8719a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/css/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
@media only screen and (min-width: 768px) {
.section-hero {
min-height: 1024px;
padding-top: 32px;
padding-bottom: 32px;
}

.section-hero::before {
Expand Down Expand Up @@ -74,7 +72,6 @@
}
.section-hero.container {
max-width: 1440px;
padding: 0;
}
}

Expand Down
1 change: 0 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
}
.section-hero.container {
max-width: 1440px;
padding: 0;
}
}
/* header */
Expand Down

0 comments on commit 1c8719a

Please sign in to comment.