Skip to content

Commit a0e78b2

Browse files
authored
feat(website): minor changes (#79)
1 parent 2971af6 commit a0e78b2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

src/styles/blog_post.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import "./constants.scss";
22

33
.post_container {
4-
margin-top: $defaultGap;
4+
margin-block: $defaultGap;
55
width: min($maxContentWidth, 90vw);
66
}
77

src/ui/organisms/contact/accounts.ts

+15
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,21 @@ export const accounts: account[] = [
110110
href: "https://codeberg.org/khenzii",
111111
hrefText: "codeberg.org/khenzii",
112112
},
113+
{
114+
siteName: "matrix",
115+
href: "https://matrix.to/#/@khenzii:matrix.org",
116+
hrefText: "matrix.to/#/@khenzii:matrix.org",
117+
},
118+
{
119+
siteName: "bluesky",
120+
href: "https://bsky.app/profile/khenzii.bsky.social",
121+
hrefText: "bsky.app/profile/khenzii.bsky.social",
122+
},
123+
{
124+
siteName: "mastodon",
125+
href: "https://mastodon.social/@khenzii",
126+
hrefText: "mastodon.social/@khenzii",
127+
},
113128
{
114129
siteName: "nixos discourse",
115130
href: "https://discourse.nixos.org/u/khenzii",

0 commit comments

Comments
 (0)