Skip to content

Commit 33ce8e1

Browse files
committed
Minor style changes
1 parent a66cc0a commit 33ce8e1

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

app/components/social-links/index.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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)`}

app/layout.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
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 > * {

0 commit comments

Comments
 (0)