diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 29c4fb0..c4021a4 100644 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -653,7 +653,7 @@ about)) { ?> -

+

about); ?>

-

+
-

+

diff --git a/frontend/views/site/individual.php b/frontend/views/site/individual.php index 4ab9c4f..b1cc3f5 100644 --- a/frontend/views/site/individual.php +++ b/frontend/views/site/individual.php @@ -179,30 +179,30 @@
-

58
+
58
-

+
-

117
+
117
-

+
-

193
+
193
-

+
-

303
+
303
-

+
diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 6e7909f..c263cd9 100755 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -367,6 +367,7 @@ section.bar.background-gray.steps-pre:before { z-index: 1; } .steps-pre h2,.steps-pre div{margin: 4px 0;font-size: 42px;} +.steps-pre div{margin:4px auto;font-weight:bold;} .individ_main{font-size: 30px;} #get-it {padding: 30px 0 10px;background-color:#0080ca;} #main-page .blue-fon .heading h2{border:none;} diff --git a/frontend/web/css/style.default.css b/frontend/web/css/style.default.css index 41ba4c8..489dbde 100755 --- a/frontend/web/css/style.default.css +++ b/frontend/web/css/style.default.css @@ -2209,7 +2209,7 @@ fieldset[disabled] .btn-template-primary.active { border: solid 1px #555555; } -.showcase .item h4 { +.showcase .item h4, .showcase .item .counter { color: #555555; text-transform: uppercase; letter-spacing: 0.08em; @@ -2217,7 +2217,7 @@ fieldset[disabled] .btn-template-primary.active { font-size: 16px; } -.showcase .item h4 span { +.showcase .item h4 span, .showcase .item .counter span { font-weight: bold; font-size: 51px; } @@ -2984,16 +2984,16 @@ fieldset[disabled] .btn-template-primary.active { color: #999999; } -#footer h1, -#footer h2, -#footer h3, -#footer h4, -#footer h5, -#footer h6 { +#footer h1, #footer .h1, +#footer h2, #footer .h2, +#footer h3, #footer .h3, +#footer h4, #footer .h4, +#footer h5, #footer .h5, +#footer h6, #footer .h6 { color: #eeeeee; } -#footer h4 { +#footer h4, #footer .h4 { font-size: 14px; font-weight: 800; text-transform: uppercase; -- libgit2 0.21.4