Skip to content

Commit 8d7ffd7

Browse files
authored
fix: add spacing between nav menu and github icon (#17)
* fix: add spacing between nav menu and github icon * refactor: replace .container styling with margin-top on div.social-links
1 parent 73f16c1 commit 8d7ffd7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

styles/index.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import './rspress.css';
22
@import './normalize.css';
33

4-
:root{
4+
:root {
55
--rp-home-hero-name-color: #222;
66
--rp-c-text-2: #333;
77
}
@@ -14,3 +14,7 @@
1414
.button_72e53.brand_72e53 {
1515
background: #2272eb;
1616
}
17+
18+
div.social-links {
19+
margin-top: 0.75rem;
20+
}

0 commit comments

Comments
 (0)