From 4ee696a15b165bd8b7009c079c727d24fa5b695c Mon Sep 17 00:00:00 2001 From: Prakhar Varshney Date: Fri, 4 Oct 2019 15:01:50 +0530 Subject: [PATCH] Fixed Logo Issue --- css/styles.css | 7 +++++++ index.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 0223f65..daedf84 100644 --- a/css/styles.css +++ b/css/styles.css @@ -24,6 +24,12 @@ header { background-color: rgb(83, 80, 80); } + +.my-logo{ + left: 0; + +} + /* Countdown Bar*/ .container .col { display: flex; @@ -343,6 +349,7 @@ footer { margin: 0; padding-bottom: 10px; padding-top: 10px; +} .brand-logo { margin-left: 10px; diff --git a/index.html b/index.html index c058e11..3eeae05 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@