Skip to content

Commit 4952667

Browse files
committed
Format css and remove commented out css
Signed-off-by: Pratik Karki <[email protected]>
1 parent 7956148 commit 4952667

File tree

1 file changed

+76
-76
lines changed

1 file changed

+76
-76
lines changed

Diff for: css/custom.css

+76-76
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,101 @@
11
body {
2-
padding-top: 56px;
3-
}
4-
5-
section {
6-
padding-top: 5rem;
7-
padding-bottom: 5rem;
8-
}
9-
10-
.lnr {
11-
display: inline-block;
12-
fill: currentColor;
13-
width: 1em;
14-
height: 1em;
15-
vertical-align: -0.05em;
16-
stroke-width: 1;
17-
}
18-
19-
.services-icon {
20-
margin-bottom: 20px;
21-
font-size: 30px;
22-
}
23-
24-
.quote-icon {
25-
font-size: 40px;
26-
margin-bottom: 20px;
27-
}
28-
29-
.gittext {
30-
color: #646464;
31-
font-weight: bold;
32-
}
33-
34-
.lowercase {
35-
text-transform: lowercase;
2+
padding-top: 56px;
3+
}
4+
5+
section {
6+
padding-top: 5rem;
7+
padding-bottom: 5rem;
8+
}
9+
10+
.lnr {
11+
display: inline-block;
12+
fill: currentColor;
13+
width: 1em;
14+
height: 1em;
15+
vertical-align: -0.05em;
16+
stroke-width: 1;
17+
}
18+
19+
.services-icon {
20+
margin-bottom: 20px;
21+
font-size: 30px;
22+
}
23+
24+
.quote-icon {
25+
font-size: 40px;
26+
margin-bottom: 20px;
27+
}
28+
29+
.gittext {
30+
color: #646464;
31+
font-weight: bold;
32+
}
33+
34+
.lowercase {
35+
text-transform: lowercase;
3636
}
3737

3838
h1,
3939
h2,
4040
h3,
4141
h4 {
42-
font-weight: 300;
42+
font-weight: 300;
4343
}
4444

4545
h1 {
46-
font-size: 2.500em;
46+
font-size: 2.5em;
4747
}
4848

4949
h1 span {
50-
color: #969696;
51-
font-size: .42em;
52-
margin-left: .476em;
50+
color: #969696;
51+
font-size: 0.42em;
52+
margin-left: 0.476em;
5353
}
5454

5555
h2 {
56-
font-size: 3em;
57-
line-height: 1.3;
56+
font-size: 3em;
57+
line-height: 1.3;
5858
}
5959

6060
h3 {
61-
font-size: 1.875em;
62-
line-height: 1.3;
61+
font-size: 1.875em;
62+
line-height: 1.3;
6363
}
6464

6565
h4 {
66-
font-size: 1.5em;
67-
line-height: 1.1;
66+
font-size: 1.5em;
67+
line-height: 1.1;
6868
}
6969

70-
/* p {
71-
margin-top: 0em ;
72-
margin-bottom: 10em ;
73-
} */
74-
7570
li.borderless {
76-
border-top: 0 none;
77-
border-bottom: 0 none;
78-
border-right: 0 none;
79-
border-left: 0 none;
80-
}
81-
82-
.copyright {
83-
padding: 28px 0;
84-
margin-top: 55px;
85-
background-color: #202020; }
86-
.copyright span,
87-
.copyright a {
88-
color: #878787;
89-
-webkit-transition: all 0.3s linear;
90-
-o-transition: all 0.3s linear;
91-
transition: all 0.3s linear; }
92-
.copyright a:hover {
93-
color:#007bff; }
94-
95-
.copyright-menu ul {
96-
text-align: right;
97-
margin: 0; }
98-
99-
.copyright-menu li {
100-
display: inline-block;
101-
padding-left: 20px; }
71+
border-top: 0 none;
72+
border-bottom: 0 none;
73+
border-right: 0 none;
74+
border-left: 0 none;
75+
}
76+
77+
.copyright {
78+
padding: 28px 0;
79+
margin-top: 55px;
80+
background-color: #202020;
81+
}
82+
.copyright span,
83+
.copyright a {
84+
color: #878787;
85+
-webkit-transition: all 0.3s linear;
86+
-o-transition: all 0.3s linear;
87+
transition: all 0.3s linear;
88+
}
89+
.copyright a:hover {
90+
color: #007bff;
91+
}
92+
93+
.copyright-menu ul {
94+
text-align: right;
95+
margin: 0;
96+
}
97+
98+
.copyright-menu li {
99+
display: inline-block;
100+
padding-left: 20px;
101+
}

0 commit comments

Comments
 (0)