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;