From 54f5e3a76bc93e581d3f091a145d07d453e37f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Sajdl?= Date: Sat, 10 Mar 2018 01:30:06 +0100 Subject: [PATCH] Small fixes --- css/main.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 2884ea4..de990ad 100644 --- a/css/main.css +++ b/css/main.css @@ -123,7 +123,7 @@ div.center { font-family: 'Fira Sans', sans-serif; } -a h1{ +body a h1{ font-size: 1.3em; margin: 0; line-height: 1.3em @@ -496,6 +496,10 @@ i.danger{ line-height: 34px } +.table-responsive{ + width:100%; +} + .col-md-6{ line-height: 34px } @@ -591,4 +595,8 @@ i.danger{ { margin: 2px; border: 1px; +} + +body .h1,body .h2,body .h3,body h1,body h2,body h3 { + margin-top: 18px; } \ No newline at end of file