fixed spacing

This commit is contained in:
Logan 2024-09-07 15:51:55 -05:00
parent e774806d1d
commit 4278156e4a
3 changed files with 10 additions and 5 deletions

View file

@ -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%
}

View file

@ -1,2 +0,0 @@
# games

View file

@ -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_