fixed spacing
This commit is contained in:
parent
e774806d1d
commit
4278156e4a
|
@ -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%
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
# games
|
||||
|
|
@ -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_
|
||||
|
|
Loading…
Reference in a new issue