From 505bcf702a004c8ca7fa9980385426e35cd8da04 Mon Sep 17 00:00:00 2001 From: syn Date: Sun, 6 Mar 2022 23:09:29 +0300 Subject: shift ip down, because of new font --- style2.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style2.css b/style2.css index 9527a24..3177b58 100644 --- a/style2.css +++ b/style2.css @@ -5,8 +5,8 @@ html, body { - margin: 0; - height: 100%; + margin: 2px 0px 0px 0px; + height: calc(100% - 2px); } #main { @@ -43,6 +43,6 @@ a { .ip-addr { background-color: #efbfdf; color: black; - padding: 10px 20px; + padding: 8px 16px; display: inline; } -- cgit v1.2.1-18-gbd029