site

source files for beau's website
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

commit be108d16b1b3e5d4d961404269e281ae89b26db5
parent b37b268d9e3be4a935e3e5290a92a08965702c5f
Author: Beau <cbeauhilton@gmail.com>
Date:   Sun, 13 Nov 2022 16:20:26 -0600

code font slightly bigger

Diffstat:
Mstyle.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -167,7 +167,7 @@ h5{ /* used only for the index page */ } code{ - font-size:.8em; + font-size:.9em; background: #414449; padding: 0 2px; border-radius: 4px