From 4278156e4a8076ad60080a98d4cc27f5ba33413b Mon Sep 17 00:00:00 2001 From: Logan Date: Sat, 7 Sep 2024 15:51:55 -0500 Subject: [PATCH] fixed spacing --- src/css/style.css | 12 ++++++++++-- src/games/index.md | 2 -- src/software/index.md | 1 - 3 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 src/games/index.md diff --git a/src/css/style.css b/src/css/style.css index 5cbeb4e..4b1b591 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -77,9 +77,18 @@ a:focus:after,a:active:after,a:hover:after { outline-style: none; } +p,ul { + margin-top: 0.3em; +} + h1 { border-bottom: 2px solid; - padding-bottom: 0.2em; + padding-bottom: 0.5em; +} + +h2 { + margin-top: 0em; + margin-bottom: 0em; } section { @@ -105,4 +114,3 @@ img { width: 100% } - diff --git a/src/games/index.md b/src/games/index.md deleted file mode 100644 index da6d603..0000000 --- a/src/games/index.md +++ /dev/null @@ -1,2 +0,0 @@ -# games - diff --git a/src/software/index.md b/src/software/index.md index 2d22e1c..d1932e5 100644 --- a/src/software/index.md +++ b/src/software/index.md @@ -21,7 +21,6 @@ Everything here has influenced my own work in some significant way. ## favorites This list is for my personal favorite software projects. -* [unicode](https://home.unicode.org/about-unicode/) - _Character encoding format_ * [maud](https://maud.lambda.xyz/) - _HTML templating macro for Rust_ * [lua](https://www.lua.org/) - _Scripting language_ * [web assembly](https://webassembly.org/) - _Portable instruction target_