summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2022-03-06 23:09:29 +0300
committersyn <isaqtm@gmail.com>2022-03-06 23:09:29 +0300
commit505bcf702a004c8ca7fa9980385426e35cd8da04 (patch)
treef0e723ca5cac1a87e446b3d87b56aff953bf9fda
parent209db42ebdfa6682680d6a9e67703fc24bbb2b48 (diff)
downloadiro-505bcf702a004c8ca7fa9980385426e35cd8da04.tar.gz
shift ip down, because of new font
-rw-r--r--style2.css6
1 files 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;
}