From 4cd9a93d5b72196339ba6a59713aaa9d2891e4b4 Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Wed, 16 Jun 2021 18:22:42 +0530 Subject: [PATCH] Change footer font-size and font-family --- themes/gokarna/static/css/main.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/themes/gokarna/static/css/main.css b/themes/gokarna/static/css/main.css index da0ed75..5f83cef 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -9,7 +9,6 @@ html { background-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px 0px; color: black; - font-family: "Ubuntu", sans-serif; font-size: 1.04rem; height: 70px; left: 0; @@ -107,17 +106,20 @@ html { .footer span { display: block; - font-size: 0.85rem; + font-size: 0.9rem; padding: 1px 0; } .footer span a { color: inherit; - font-family: "Ubuntu", sans-serif; } /** COMMON **/ +.header .footer { + font-family: "Ubuntu", sans-serif; +} + /* ICONS */ .feather { height: 20px;