From 8e10caa84eadb7b5f065a02fe7777907d0ff24a7 Mon Sep 17 00:00:00 2001 From: zhegal Date: Wed, 17 Jan 2018 17:00:54 +0200 Subject: [PATCH] sizes --- frontend/views/site/index.php | 38 +++++++++++++++++++++++++++++++------- frontend/web/css/style.css | 11 ++++++++--- frontend/web/img/accord/acc02.jpg | Bin 58201 -> 0 bytes 3 files changed, 39 insertions(+), 10 deletions(-) diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 9cc1709..710040d 100644 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -66,6 +66,9 @@ $this->registerJs($js, View::POS_END);
+

@@ -89,7 +92,7 @@ $this->registerJs($js, View::POS_END);
-
+
@@ -98,6 +101,9 @@ $this->registerJs($js, View::POS_END);

+
@@ -112,7 +118,7 @@ $this->registerJs($js, View::POS_END);
-
+
@@ -121,6 +127,9 @@ $this->registerJs($js, View::POS_END);

+
+ +
@@ -135,13 +144,16 @@ $this->registerJs($js, View::POS_END);
+

-
+
@@ -158,7 +170,7 @@ $this->registerJs($js, View::POS_END);
-
+
@@ -167,6 +179,9 @@ $this->registerJs($js, View::POS_END);

+
+ +
@@ -181,13 +196,16 @@ $this->registerJs($js, View::POS_END);
+

-
+
@@ -204,7 +222,7 @@ $this->registerJs($js, View::POS_END);
-
+
@@ -213,6 +231,9 @@ $this->registerJs($js, View::POS_END);

+
+ +
@@ -227,13 +248,16 @@ $this->registerJs($js, View::POS_END);
+

-
+
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 4ee0c0b..3ef1b5c 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -350,8 +350,10 @@ a.sqre_btn { padding-top: 404px; } .card1 p.lead { - margin-top: 20px; - margin-bottom: 0px; + /*margin-top: 20px;*/ + /*margin-bottom: 0px;*/ + margin-top: -25px; + margin-bottom: 40px; } } @media(max-width:768px){ @@ -373,7 +375,7 @@ a.sqre_btn { float:none!important; display:block!important; } - .button1{width:100%;} + /*.button1{width:100%;}*/ h2, .h2 {font-size: 6vw;} .lead{font-size:16px;} .img-title table td.buts{ @@ -385,6 +387,9 @@ a.sqre_btn { height: 30px; background-size: 45%; } + p.lead { + margin-bottom: 25px; + } } @media(max-width:380px){ .more-projects{ diff --git a/frontend/web/img/accord/acc02.jpg b/frontend/web/img/accord/acc02.jpg index 9fe8765..7ed5124 100644 Binary files a/frontend/web/img/accord/acc02.jpg and b/frontend/web/img/accord/acc02.jpg differ -- libgit2 0.21.4