commit 9d835ecf6b2ee7d68718ae1b7b2823fd92174897 parent 68e831973c7e497526745404093a31bf2f74b1f3 Author: aabacchus <ben@bvnf.space> Date: Fri, 24 Sep 2021 00:35:10 +0100 style: use 78 columns for max-width Diffstat:
M | style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/style.css b/style.css @@ -3,7 +3,7 @@ body { font-size: 18px; padding: 0 0.7em; margin: 1em auto; - max-width: 800px; + max-width: 78ch; color: #444; background: #eee; }