File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -5847,6 +5847,10 @@ a.badge:hover {
5847
5847
.hero-unit {
5848
5848
padding : 60px ;
5849
5849
margin-bottom : 30px ;
5850
+ font-size : 18px ;
5851
+ font-weight : 200 ;
5852
+ line-height : 30px ;
5853
+ color : inherit;
5850
5854
background-color : # eeeeee ;
5851
5855
-webkit-border-radius : 6px ;
5852
5856
-moz-border-radius : 6px ;
@@ -5861,11 +5865,8 @@ a.badge:hover {
5861
5865
color : inherit;
5862
5866
}
5863
5867
5864
- .hero-unit p {
5865
- font-size : 18px ;
5866
- font-weight : 200 ;
5868
+ .hero-unit li {
5867
5869
line-height : 30px ;
5868
- color : inherit;
5869
5870
}
5870
5871
5871
5872
.pull-right {
Original file line number Diff line number Diff line change 6
6
.hero-unit {
7
7
padding : 60px ;
8
8
margin-bottom : 30px ;
9
+ font-size : 18px ;
10
+ font-weight : 200 ;
11
+ line-height : @baseLineHeight * 1.5 ;
12
+ color : @heroUnitLeadColor ;
9
13
background-color : @heroUnitBackground ;
10
14
.border-radius (6px );
11
15
h1 {
15
19
color : @heroUnitHeadingColor ;
16
20
letter-spacing : -1px ;
17
21
}
18
- p {
19
- font-size : 18px ;
20
- font-weight : 200 ;
21
- line-height : @baseLineHeight * 1.5 ;
22
- color : @heroUnitLeadColor ;
22
+ li {
23
+ line-height : @baseLineHeight * 1.5 ; // Reset since we specify in type.less
23
24
}
24
25
}
You can’t perform that action at this time.
0 commit comments