From e0458232913b7b7de07d123d6f7edda454392908 Mon Sep 17 00:00:00 2001 From: Anson Date: Thu, 16 Sep 2021 12:17:42 -0700 Subject: [PATCH] make print button larger --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index f39ef37..11b72c7 100644 --- a/style.css +++ b/style.css @@ -66,6 +66,7 @@ article > a > p { } #printbutton { + font-size: 150%; margin: 1.5em; position: fixed; bottom: 0;