diff --git a/ground/views/article.php b/ground/views/article.php
index 199a975..3924516 100644
--- a/ground/views/article.php
+++ b/ground/views/article.php
@@ -7,7 +7,7 @@
Вернуться на карту.
-
+
= $article->html; ?>
diff --git a/ground/views/point.php b/ground/views/point.php
index 98ed1a3..72f372c 100644
--- a/ground/views/point.php
+++ b/ground/views/point.php
@@ -25,7 +25,7 @@ $index = 0;
-
+
4) {
for ($index = 0; $index < 4; $index++) {
diff --git a/public/css/pageStyle.css b/public/css/pageStyle.css
index 07fdcfa..17d04df 100644
--- a/public/css/pageStyle.css
+++ b/public/css/pageStyle.css
@@ -1,8 +1,9 @@
div.pointsWall {}
div.pointsWall .line{}
-div.pointsWall .point {background-size: cover; width: 50%; height: 300px; display: inline-block; float: left; padding: 10px;}
+div.pointsWall .point {background-size: cover; background-position-y: 30%; width: 50%; height: 300px; display: inline-block; float: left; padding: 10px;}
div.pointsWall .point span.header {font-size: 22px; color: white; font-weight: bold; text-shadow: -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #444, 1px 1px 0 #444;}
+.mainTextBlock {font-size: 16px; text-align: justify;}
/* -------------------------------------------*/
/* ------------- ADAPTIVE --------------------*/
diff --git a/public/css/user.css b/public/css/user.css
index f464aef..a27770b 100644
--- a/public/css/user.css
+++ b/public/css/user.css
@@ -9,7 +9,7 @@
.lightBody {background-color: rgba(255,255,255, 0.8);margin-top: 0px;padding-bottom: 30px;}
.articlesList {}
-.articlesList .article {border: solid 1px #ddd; border-radius: 3px; padding: 8px; margin-bottom: 5px;background-color: rgba(255,255,255, 0.8);}
+.articlesList .article {border: solid 1px #ddd; border-radius: 3px; padding: 8px; margin-bottom: 5px;background-color: rgba(255,255,255, 0.8); font-size: 16px;}
.articlesList .article img {width: 100px; float: left; margin-right: 10px;}
.articlesList .article .h {font-size: 18px; font-weight: bold; display: block;}
.articlesList .article .date {font-size: 11px; color: #bbb; }