Skip to content

Commit db69863

Browse files
committed
Tweaking padding
1 parent d9ee980 commit db69863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/styles/Home.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
padding: 0 2rem;
5656
}
5757
.cta a {
58-
padding: 1rem 2rem;
58+
padding: 0.9rem 2.1rem;
5959
background-color: var(--theme-primary-button-bg);
6060
color: var(--theme-bg);
6161
border-radius: 7px;
@@ -69,7 +69,7 @@
6969
box-shadow: 0 6px 20px var(--theme-primary-button-shadow-hover);
7070
}
7171
.cta a:last-child {
72-
margin-left: 1.65rem;
72+
margin-left: 1.5rem;
7373
background-color: var(--theme-secondary-button-bg);
7474
color: var(--theme-text-light);
7575
box-shadow: 0 4px 14px 0 var(--theme-secondary-button-shadow);

0 commit comments

Comments
 (0)