From e443695d59aa4849b18d8c0f3b8438b6b26ff562 Mon Sep 17 00:00:00 2001 From: Hemant Pawar Date: Tue, 21 Mar 2017 18:12:31 +0530 Subject: [PATCH] fixed job list font size and some other css issues --- app/styles/main.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/styles/main.css b/app/styles/main.css index f59c387..2183307 100644 --- a/app/styles/main.css +++ b/app/styles/main.css @@ -13,6 +13,10 @@ body { text-decoration: none !important; } +.page-header h1 a:focus { + outline: none; +} + .page-header h1 small { color: #816894; font-size: 70%; @@ -27,7 +31,7 @@ body { .page-content ul { font-family: "McLaren",sans-serif; - font-size: 16px; + font-size: 13px; background: #ffffa2; } @@ -41,7 +45,7 @@ body { } .page-content li { - padding: 6px 6px; + padding: 4px 4px; } .stickie {