Skip to content

Commit 613183e

Browse files
committed
added more style
1 parent 0e1c1cc commit 613183e

File tree

1 file changed

+51
-10
lines changed

1 file changed

+51
-10
lines changed

assets/css/style.css

Lines changed: 51 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -976,9 +976,12 @@ section * {
976976
-moz-background-size: cover;
977977
-o-background-size: cover;
978978
background-size: cover;
979-
opacity: 20;
980-
filter: alpha(opacity=2000);
981-
opacity: 0.2;
979+
/*opacity: 20;*/
980+
/*filter: alpha(opacity=2000);*/
981+
/*opacity: 0.2;*/
982+
/*filter: alpha(opacity=20);*/
983+
984+
opacity: 0.6;
982985
filter: alpha(opacity=20);
983986
}
984987

@@ -1852,14 +1855,19 @@ section * {
18521855
margin-bottom: 20px;
18531856
font-weight: 300;
18541857
font-weight: 700;
1858+
1859+
font-weight: 300;
1860+
font-size: 45px! important;
18551861
}
18561862
.header-3-sub p {
1857-
font-size: 16px;
1863+
font-size: 20px;
18581864
font-weight: normal;
1859-
color: #7f8c8d;
1865+
color: #2c3e50;
18601866
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1861-
line-height: 1.9;
1867+
line-height: normal;
1868+
font-weight: 200;
18621869
}
1870+
18631871
@media (max-width: 480px) {
18641872
.header-3-sub {
18651873
padding-top: 100px;
@@ -1902,7 +1910,7 @@ section * {
19021910

19031911
.content-36 p {
19041912
margin: 0 auto;
1905-
width: 67%;
1913+
width: 72%;
19061914
font-size: 20px;
19071915
line-height: 31px;
19081916
font-weight: 100;
@@ -2113,6 +2121,11 @@ section * {
21132121
font-size: 17px;
21142122
font-weight: 500;
21152123
}
2124+
.blog-4 .related-articles a {
2125+
color: #1abc9c;
2126+
font-size: 18px;
2127+
font-weight: 300;
2128+
}
21162129
.blog-4 .related-articles a:hover,
21172130
.blog-4 .related-articles a:focus,
21182131
.blog-4 .related-articles a.active {
@@ -2299,9 +2312,9 @@ figure figcaption {
22992312

23002313
.header-2 .navbar .nav > li > a {
23012314
padding: 29px 0 28px;
2302-
font-size: 13px;
2303-
font-weight: 500;
2304-
letter-spacing: inherit;
2315+
font-size: 16px;
2316+
font-weight: 300;
2317+
letter-spacing: normal;
23052318
color: #ffffff;
23062319
}
23072320

@@ -2327,10 +2340,38 @@ p strong {
23272340
padding-top: 20px;
23282341
}
23292342

2343+
.blog-4 h3 {
2344+
font-size: 35px;
2345+
margin: 0 0 35px;
2346+
font-size: 36px;
2347+
margin: 43px 0 22px 0;
2348+
padding-top: 20px;
2349+
font-weight: 300;
2350+
}
2351+
23302352
.blog-4 .related-articles a:hover, .blog-4 .related-articles a:focus, .blog-4 .related-articles a.active {
23312353
color: #13584b;
23322354
}
23332355

23342356
.panel .panel {
23352357
margin-bottom: 5px;
2358+
}
2359+
2360+
.header-2-sub .hero-unit h1 {
2361+
margin: 0 0 18px;
2362+
2363+
font-weight: normal;
2364+
color: #ffffff;
2365+
font-weight: 600;
2366+
2367+
2368+
line-height: 65px;
2369+
font-size: 52px;
2370+
font-weight: 300;
2371+
color: #d2d6da;
2372+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2373+
}
2374+
2375+
.header-2-startup-antiflicker {
2376+
background-color: #2c3e50! important;
23362377
}

0 commit comments

Comments
 (0)