Skip to content

Commit ebf1251

Browse files
author
Oliver Stapleton
committed
Merge pull request st4ple#9 from SZanlongo/global-fixes
CSS usability tweaks
2 parents c9cf7fe + 3519784 commit ebf1251

File tree

1 file changed

+36
-4
lines changed

1 file changed

+36
-4
lines changed

_includes/css/style.css

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ img {
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+
5464
a {
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-top: 100px;
212-
padding-bottom: 0px;
222+
padding-bottom: 50px;
213223
text-align: center;
214224
}
215225

@@ -229,8 +239,8 @@ a:focus {
229239

230240
/* Services Wrap */
231241
#service {
232-
margin-top: 100px;
233-
margin-bottom: 80px;
242+
margin-top: 0px;
243+
margin-bottom: 0px;
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;

0 commit comments

Comments
 (0)