From f32dd29f8069eefeb24fb25ce12bee939e92eaaf Mon Sep 17 00:00:00 2001 From: vaishk Date: Mon, 18 Dec 2017 20:14:40 +0530 Subject: [PATCH] font size from em to px --- camp/static/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/camp/static/css/main.css b/camp/static/css/main.css index 6482460..5d45c7a 100644 --- a/camp/static/css/main.css +++ b/camp/static/css/main.css @@ -23,7 +23,7 @@ body, h1, h2, h3, h4, h5, h6 { .sidebar-h4 { font-weight: 600; text-transform: uppercase; - font-size: 1em; + font-size: 14px; color: #ffffff; } @@ -31,7 +31,7 @@ body, h1, h2, h3, h4, h5, h6 { text-transform: capitalize; font-weight: 800; font-style: italic; - font-size: 1em; + font-size: 14px; color: #1779ba; } @@ -45,7 +45,7 @@ a:focus, a:hover { .sidebar-date { text-transform: uppercase; - font-size: 0.7em; + font-size: 10px; } .news {