site

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

commit 94756daf91286f69820fcbec0a69cf729c5bed20
parent 06ad36572abe00cab840be62e174f4a0d514cc30
Author: Beau <cbeauhilton@gmail.com>
Date:   Fri, 22 Apr 2022 11:04:37 -0500

width

Diffstat:
Mstyle.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/style.css b/style.css @@ -3,6 +3,7 @@ body { max-width:40em; + width:70vw; margin:0 auto; padding: 5px; font-size:calc(16px + 1vw);