File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ export default function Socials() {
2828 icon = {
2929 < GitHub
3030 fillColor = { `var(--icon-generic-color)` }
31- width = { 22 }
32- height = { 22 }
31+ width = { 20 }
32+ height = { 20 }
3333 strokeWidth = { 0 }
3434 />
3535 }
@@ -40,8 +40,8 @@ export default function Socials() {
4040 icon = {
4141 < Mail
4242 color = { `var(--icon-generic-color)` }
43- width = { 22 }
44- height = { 22 }
43+ width = { 20 }
44+ height = { 20 }
4545 strokeWidth = { 2 }
4646 />
4747 }
@@ -53,8 +53,8 @@ export default function Socials() {
5353 < RSS
5454 color = { `var(--icon-generic-color)` }
5555 strokeWidth = { 2.25 }
56- width = { 22 }
57- height = { 22 }
56+ width = { 20 }
57+ height = { 20 }
5858 />
5959 }
6060 tooltip = "RSS"
@@ -63,8 +63,8 @@ export default function Socials() {
6363 href = "https://mastodon.social/@rivea0"
6464 icon = {
6565 < Mastodon
66- width = { 20 }
67- height = { 22 }
66+ width = { 18 }
67+ height = { 20 }
6868 strokeWidth = { 0 }
6969 fillColor = { `var(--icon-generic-color)` }
7070 color = { `var(--icon-generic-color)` }
Original file line number Diff line number Diff line change 1313.heading {
1414 display : flex;
1515 justify-content : space-between;
16+ align-items : baseline;
1617 margin-top : var (--header-height );
18+ margin-bottom : calc (var (--header-height ) / 2.5 );
1719}
1820
1921.headingText > * {
You can’t perform that action at this time.
0 commit comments