diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 28a4264..977d666 100644 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -363,7 +363,8 @@ $this->title = 'My Yii Application';
0935688480
- kotets.nik@gmail.com + + kotets.nik@gmail.com

diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 2252e72..51633e7 100644 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -1,5 +1,15 @@ /* your styles go here */ /* CSS used here will be applied after bootstrap.css */ +.icon{ + width: 100px; + height: 100px; + border-radius: 50px; +} +.icon span { + line-height: 94px; + font-size: 42px; + font-weight: bold; +} .modal-header-success { color: #fff; padding: 9px 15px; @@ -230,7 +240,7 @@ img.img-responsive.img-circle { color: #fff;} #sect3 .box-simple .icon,#sect5 .box-simple .icon,#sect7 .box-simple .icon{ color: #ff9701; - border: 3px solid; + border: 5px solid; border-color: #ff9701; line-height: 75px; margin-bottom: 15px; @@ -308,7 +318,7 @@ img.img-responsive.img-circle { color: #fff; } #sect5{background: url(/img/stratis1.jpg) center center repeat;} -.footicon{color: #ffffff60;} +.footicon{color: #ffffff60;line-height: 22px;} .footicon:hover{color: #ffffff30;} #footer { padding: 20px 0; -- libgit2 0.21.4