From bab4aa9d03698640da11095475a95009388971a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Miko=C5=82ajczak?= Date: Mon, 11 Sep 2017 21:26:44 +0200 Subject: [PATCH] Fix some things :p MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Mikołajczak --- static/index.html | 2 +- static/stylesheet.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/index.html b/static/index.html index b10cddc..e7eb919 100644 --- a/static/index.html +++ b/static/index.html @@ -23,7 +23,7 @@
-
+

diff --git a/static/stylesheet.css b/static/stylesheet.css index 40145d7..0eb4d78 100644 --- a/static/stylesheet.css +++ b/static/stylesheet.css @@ -30,7 +30,7 @@ a { label, h3 { color: #607ea7; - margin-bottom: 26px + margin-bottom: 26px; font-size: 16px; line-height: 24px } @@ -41,7 +41,7 @@ body { font-feature-settings: "kern"; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; - text-size-adjust: none + text-size-adjust: none; box-sizing: border-box; font-family: Roboto, sans-serif; background-color: #1f232b; @@ -62,7 +62,7 @@ button { border: 1px solid #9baec8; padding: 3px 15px; color: #9baec8; - margin-left: 4px + margin-left: 4px; font-weight: 500; border-radius: 4px; box-shadow: 0 4px 6px rgba(0, 0, 0, .1)