diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php
index fd600a3..a5c75d4 100755
--- a/frontend/views/layouts/main.php
+++ b/frontend/views/layouts/main.php
@@ -63,6 +63,19 @@
= Html::csrfMetaTags() ?>
= !empty(Html::encode($seo->title))?Html::encode($seo->title):(isset($this->params['title'])?$this->params['title']:'')?>
head() ?>
+
beginBody() ?>
diff --git a/frontend/views/page/view.php b/frontend/views/page/view.php
index 23de4f3..aba061c 100755
--- a/frontend/views/page/view.php
+++ b/frontend/views/page/view.php
@@ -42,7 +42,7 @@
-
 ?>)
+
diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css
index b57c83d..84cd683 100755
--- a/frontend/web/css/custom.css
+++ b/frontend/web/css/custom.css
@@ -1,5 +1,6 @@
/* your styles go here */
/* CSS used here will be applied after bootstrap.css */
+html,body{padding:0!important;margin:0!important;}
.modal-header-success {
color: #fff;
padding: 9px 15px;
@@ -202,4 +203,26 @@ span.panel-title{
}
@media(max-width:1199px){
#error-page br{display:none;}
+}
+#heading-breadcrumbs{background: #986dbd;color:#fff;}
+#heading-breadcrumbs h1{color:#fff;}
+#heading-breadcrumbs ul li a span{color: #c1a7d7;}
+#heading-breadcrumbs .breadcrumb>.active{color: #d6c5e5;}
+#heading-breadcrumbs .breadcrumb>li+li:before{color: #d6c5e5;}
+#back-to-top {background: #8f67b1;}
+#back-to-top:hover {background: #653d87;}
+.owl-carousel .owl-wrapper-outer{background-color: #e8e7e9;}
+.owl-item .item {
+ position: relative;
+ height: 0;
+ padding-bottom: 59%;
+ max-height: 500px;
+ overflow: hidden;
+}
+.owl-item .item .itemimage {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ background-position: center center;
+ background-size: cover;
}
\ No newline at end of file
--
libgit2 0.21.4