From 2ac127d8384cdda5bcd68e1f38ebf539b583afcd Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Fri, 31 Aug 2018 11:13:29 +0000 Subject: [PATCH] Lose some fat --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index edbc0c9..d0c43aa 100755 --- a/style.css +++ b/style.css @@ -67,7 +67,7 @@ a:hover { } #page { - width: 100%; + width: calc(100% - 5px); padding: 15px 5px 8px 5px; height: calc(40vh - 50px); overflow-y: auto;