From d869a421f3269e79284a19a7eddc6305c74d4eb6 Mon Sep 17 00:00:00 2001 From: Jeff Date: Thu, 17 Aug 2023 16:42:26 -0400 Subject: [PATCH] Modify CSS --- README.md | 3 +++ www/basic.css | 3 ++- www/src/index.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e69de29..8415090 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# jeffa.io + +Source code for https://jeffa.io. diff --git a/www/basic.css b/www/basic.css index 335583b..94ccf54 100644 --- a/www/basic.css +++ b/www/basic.css @@ -31,7 +31,8 @@ html { /* General settings */ body { - margin: 0; + margin-left: 15%; + margin-right: 15%; font: var(--sans); font-weight: 400; font-style: normal; diff --git a/www/src/index.md b/www/src/index.md index b0d2b63..6f84933 100644 --- a/www/src/index.md +++ b/www/src/index.md @@ -9,5 +9,5 @@ I am a programmer in New York. This is my website. - [Sourcehut](https://sr.ht/~jeffa) - [Github](https://github.com/solaeus) - Articles - - [It's Time to Rethink the Command Line Shell](its_time_to_rethink_the_command_line_shell.md) + - [It's Time to Rethink the Command Line Shell](its_time_to_rethink_the_command_line_shell.html)