Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/restaurant-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSojon <sojonatmail@gmail.com>2021-07-07 08:21:02 +0300
committerSojon <sojonatmail@gmail.com>2021-07-07 08:21:02 +0300
commiteff637990d2e81aceb006aa385bc704ebaa93e04 (patch)
treed3f65b5f7a67f93389216e0a6dd217b15b3e28e5
parenteb89109f442ce57dd439fe81e76f9a710a4cbec0 (diff)
main-css modified
-rw-r--r--static/css/main.css18
1 files 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;
}
@@ -282,9 +280,6 @@ nav .block .navbar-default .navbar-nav>.active>a:hover:before {
}
/*--
- slider Start
---*/
-/*--
about-us Start
--*/
#about-us {
@@ -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
--*/