Skip to content

Commit 2cccb3d

Browse files
committed
Fix homescreen subscribe button mobile highlight so only the button itself is highlighted when tapped.
1 parent f14e9b8 commit 2cccb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scss/components/_header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@
7373
.home-header-buttons {
7474
display: flex;
7575
align-items: center;
76+
gap: 2.25rem;
7677
}
7778

7879
.home-header-discord {
7980
margin-top: 0.1rem;
80-
margin-left: 2.25rem;
8181
font-weight: bold;
8282
cursor: pointer;
8383
color: #c40729;

0 commit comments

Comments
 (0)