From b51dd5e5d23257278529c3a8bafc002b974ad592 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 12 Apr 2015 18:11:48 +0200 Subject: [PATCH] more css stuff --- static/css/main.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index bbbaaa1..4b5804b 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -118,7 +118,7 @@ footer a { table, td, th { border: 1px solid black; - border-spacing: 0.5rem; + border-spacing: 0.5rem; border-collapse: collapse; } @@ -155,9 +155,10 @@ h1 { } input[type] { + font-size: 24.5px; width: auto; - min-width: 5em; - height: 5em; + min-width: 5rem; + height: 5rem; } .container {