From 8368720966bb0f67e55a025e056b15ba84371fe3 Mon Sep 17 00:00:00 2001
From: Sashi20
Date: Sat, 19 Dec 2020 14:19:10 +0530
Subject: Add COC to the navbar
---
static/website/bootstrap-css/assets/css/main.css | 6 +++---
static/website/templates/home.html | 4 +++-
static/website/templates/navbar.html | 1 +
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/static/website/bootstrap-css/assets/css/main.css b/static/website/bootstrap-css/assets/css/main.css
index fbe8faf..6c270e7 100755
--- a/static/website/bootstrap-css/assets/css/main.css
+++ b/static/website/bootstrap-css/assets/css/main.css
@@ -317,7 +317,7 @@ background-color: #0044aa;
.navbar-custom {
border: 0;
margin: 0;
- padding-top: 10px;
+ /*padding-top: 10px;*/
padding-bottom: 10px;
background-color: #000;
-webkit-transition: all 0.2s linear 0s;
@@ -435,10 +435,10 @@ background-color: #0044aa;
@media (min-width: 768px) {
.navbar-custom {
background-color: transparent;
- padding-top: 30px;
+ /*padding-top: 30px;*/
}
.site-header .intro .img-logo{
- margin-top: 5%;
+ margin-top: 2%;
}
.site-branding {
diff --git a/static/website/templates/home.html b/static/website/templates/home.html
index 54736a4..9828418 100755
--- a/static/website/templates/home.html
+++ b/static/website/templates/home.html
@@ -13,6 +13,8 @@
+