commit 6b8a9650d5e8dcc172d58aae7ac7b3f28aec60c9
parent 086b304d6000bb3309b495ae343a2bdba1e30491
Author: FIGBERT <figbert@figbert.com>
Date: Tue, 15 Sep 2020 17:28:54 -0700
:lipstick: Adjust width of main content
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/_index.md b/content/_index.md
@@ -16,7 +16,7 @@ To see some of the things I do, you can:
* Read my writing [on this site][posts] or in the [Atom feed][atom]{{ emoji(name="rss", alt="RSS symbol") }}.
* Download [txtodo][txtodo-site] from [the App Store][txtodo-store]{{ emoji(name="apple", alt="Retro Apple logo") }} and read the [writeup][txtodo-article].
-* Take a look at the [source code for this site][site-src]{{ emoji(name="desktop-computer", alt="A computer") }}. It's all open source ([emojis][openmoji] included)!
+* Take a look at the [source code for this site][site-src]{{ emoji(name="desktop-computer", alt="A computer") }}. It's all open source!
* Check out my text adventure, [One Angry Wizard][txt-adventure]{{ emoji(name="keyboard", alt="A keyboard") }}.
I'm constantly working on more stuff, so continue checking back for more project highlights.
diff --git a/static/global.css b/static/global.css
@@ -19,7 +19,7 @@ body {
margin-left: auto;
margin-right: auto;
line-height: 200%;
- max-width: 42rem;
+ max-width: 40rem;
padding-left: 3rem;
padding-right: 3rem;
padding-bottom: 3rem;