Skip to content

Commit

Permalink
style: fix margins
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Oct 6, 2023
1 parent 403a755 commit 99775b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/hero/hero.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.hero {
padding: 100px 0 20px;
padding: 100px 0 60px;
text-align: center;

& .logo {
Expand Down
2 changes: 1 addition & 1 deletion src/components/play-button/play-button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
border-radius: 100px;
border-top: 2px solid #818cf8;
border-bottom: 3px solid #4f46e5;
margin: 40px auto 0;
margin: 0 auto;
background-color: #6366f1;
color: var(--color-foreground);
cursor: pointer;
Expand Down

0 comments on commit 99775b7

Please sign in to comment.