From 00f1ca051ffd996da1d93805972b8f5ec127a2e1 Mon Sep 17 00:00:00 2001 From: xemeds Date: Mon, 17 Aug 2020 09:40:18 +0300 Subject: [PATCH] Hopefully fixed the visual bug with the buttons --- tiny0/static/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tiny0/static/style.css b/tiny0/static/style.css index a62585b..a4c616e 100644 --- a/tiny0/static/style.css +++ b/tiny0/static/style.css @@ -63,7 +63,7 @@ body { color: #ffffff; width: 60%; padding: 10px 10px; - margin-left: 3%; + } .url:focus { @@ -77,8 +77,9 @@ body { color: #000000; font-weight: bold; display: inline-block; - padding: 0 1% 0 1%; - margin: 0 3% 0 1%; + padding: 0 1vw 0 1vw; + margin-left: 1vw; + width: auto; } .button:hover {