christianermann.dev-hugo

The Hugo source for my website
git clone git://git.christianermann.dev/christianermann.dev-hugo
Log | Files | Refs | Submodules | README

commit 713c7bd0e2c3a4abdeb93808176d5ab7ce37f763
parent 74a70cdddb62dd6fc3073aeb78d08b604a3e2506
Author: Christian Ermann <christianermann@gmail.com>
Date:   Sat, 19 Sep 2020 21:37:37 -0700

Tweaked mobile scaling.

Diffstat:
Mstyles.css | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/styles.css b/styles.css @@ -93,5 +93,7 @@ body { { body { max-width: 400px; + width: 90%; } } +