Skip to content

Commit

Permalink
fixed button padding and added smooth scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
novcmbro committed Jun 6, 2024
1 parent f85e84c commit 7cd175f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
font-size: inherit;
font-weight: var(--font-bold);
text-transform: uppercase;
padding: calc(var(--spacing-base) / 1.2) var(--spacing-md);
padding: calc(var(--spacing-base) / 1.2) var(--spacing-sm);
z-index: 1;
}

Expand Down
1 change: 1 addition & 0 deletions src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
font-optical-sizing: auto;
font-size: var(--font-md);
font-weight: var(--font-medium);
scroll-behavior: smooth;
}

* {
Expand Down

0 comments on commit 7cd175f

Please sign in to comment.