diff --git a/frontend/views/site/contact.php b/frontend/views/site/contact.php
index a952352..f04120b 100755
--- a/frontend/views/site/contact.php
+++ b/frontend/views/site/contact.php
@@ -35,7 +35,7 @@ JS;
-
Контакты
+ Контакты
diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php
index 51b4ea0..42c5d64 100755
--- a/frontend/views/site/index.php
+++ b/frontend/views/site/index.php
@@ -143,7 +143,7 @@ _________________________________________________________ -->
-
Наши клиенты
+ Наши клиенты
diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css
index 3309f9f..b4215f8 100755
--- a/frontend/web/css/custom.css
+++ b/frontend/web/css/custom.css
@@ -158,4 +158,18 @@ span.panel-title{
margin-bottom: 20px;
display:inline-block;
line-height: 1.1;
+}
+.heading span.main{
+ display: inline-block;
+ border-bottom: solid 5px #986dbd;
+ line-height: 1.1;
+ margin-bottom: 0;
+ padding-bottom: 10px;
+ vertical-align: middle;
+ text-transform: uppercase;
+ letter-spacing: 0.06em;
+ font-size: 30px;
+ font-weight: bold;
+ color: #333333;
+ margin-top: 20px;
}
\ No newline at end of file
--
libgit2 0.21.4