🎨 feat(layout): update open graph description

Improve the open graph description for the blog to be more concise and
informative.
This commit is contained in:
AderKonstantin
2025-03-26 00:33:17 +03:00
parent 6ba890519a
commit d478f1da0c
4 changed files with 7 additions and 7 deletions

View File

@@ -15,5 +15,5 @@
body {
color: var(--foreground);
background: var(--background);
font-family: "Roboto Mono", monospace;
font-family: "JetBrains Mono", monospace;
}