From eff637990d2e81aceb006aa385bc704ebaa93e04 Mon Sep 17 00:00:00 2001 From: Sojon Date: Wed, 7 Jul 2021 11:21:02 +0600 Subject: main-css modified --- static/css/main.css | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 13cb7b9..9f04eb0 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -68,10 +68,7 @@ ul { list-style: none; } -a, -a:active, -a:focus, -a:active { +a, a:active, a:focus, a:active { text-decoration: none !important; font-size: 15px; } @@ -155,6 +152,7 @@ a:active { --*/ .transition { -webkit-transition: .3s all; + -moz-transition: .3s all; -o-transition: .3s all; transition: .3s all; } @@ -281,9 +279,6 @@ nav .block .navbar-default .navbar-nav>.active>a:hover:before { background: #FF5333; } -/*-- - slider Start ---*/ /*-- about-us Start --*/ @@ -392,8 +387,6 @@ nav .block .navbar-default .navbar-nav>.active>a:hover:before { color: #FF5333; } - - #blog .block .btn-more-info { float: right; padding: 28px 102.5px; @@ -427,18 +420,11 @@ nav .block .navbar-default .navbar-nav>.active>a:hover:before { margin-bottom: 20px; } - .mx-auto { margin-left: auto; margin-right: auto; } - - - - - - /*-- price Start --*/ -- cgit v1.2.3