aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-09-13 00:39:46 -0700
committerPinapelz <yukais@pinapelz.com>2023-09-13 00:39:46 -0700
commitcdfc556640fa74304c9ab01346c313debe6cc1d2 (patch)
tree428e08d2b0362440701e6d1b1ce4c823a4dd786f
parent5f810711e2bb77e046bee0e2715c505019325c08 (diff)
fix minor styling issues
-rw-r--r--src/components/Header.astro2
-rw-r--r--src/styles/global.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Header.astro b/src/components/Header.astro
index f4b1731..d8a68b0 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -97,6 +97,6 @@ import { SITE_TITLE } from '../consts';
<HeaderLink href="/rss.xml">RSS</HeaderLink>
</nav>
<div class="logo">
- <img src="https://files.catbox.moe/grlaov.png" alt="Profile Picture">
+ <img src="https://files.pinapelz.com/21994085.png" alt="Profile Picture">
</div>
</header>
diff --git a/src/styles/global.css b/src/styles/global.css
index 0536413..805d759 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -7,7 +7,7 @@ body {
font-family: Verdana, sans-serif;
margin: auto;
padding: 20px;
- max-width: 115ch;
+ max-width: 110ch;
text-align: left;
background-color: #1A1A1A;
word-wrap: break-word;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage