File tree Expand file tree Collapse file tree 1 file changed +36
-4
lines changed
Expand file tree Collapse file tree 1 file changed +36
-4
lines changed Original file line number Diff line number Diff line change 5151 max- width: 100%;
5252}
5353
54+ ul {
55+ margin- left: 0;
56+ padding- left: 20px;
57+ }
58+
59+ ol {
60+ margin- left: 0;
61+ padding- left: 26px;
62+ }
63+
5464a {
5565 color : {{ site.colors .link }};
5666 padding: 0;
@@ -207,9 +217,9 @@ a:focus {
207217
208218# headerwrap {
209219 background-color : {{ site .colors .primary }};
210- min- height: 550px ;
220+ min- height: 0px ;
211221 padding- to p: 100px;
212- padding- botto m: 0px ;
222+ padding- botto m: 50px ;
213223 text- align: center;
214224}
215225
@@ -229,8 +239,8 @@ a:focus {
229239
230240/* Services Wrap */
231241# service {
232- margin-top : 100 px ;
233- margin-bottom : 80 px ;
242+ margin-top : 0 px ;
243+ margin-bottom : 0 px ;
234244}
235245
236246# service i {
@@ -387,6 +397,28 @@ a:focus {
387397 margin-left : 15px ;
388398}
389399
400+ .carousel-inner > .item > img ,
401+ .carousel-inner > .item > a > img {
402+ display : block;
403+ max-width : 100% ;
404+ height : 600px ;
405+ max-height : 600px ;
406+ margin : 0 auto;
407+ }
408+
409+ .carousel-indicators li {
410+ display : inline-block;
411+ width : 10px ;
412+ height : 10px ;
413+ margin : 1px ;
414+ text-indent : -999px ;
415+ cursor : pointer;
416+ background-color : # ccc \9;
417+ background-color : rgba (0 , 0 , 0 , 0 );
418+ border : 1px solid # 666 ;
419+ border-radius : 10px ;
420+ }
421+
390422.ctitle {
391423 color : {{ site .colors .primary }};
392424 font- weight: 700;
You can’t perform that action at this time.
0 commit comments