Skip to content

Commit dfea053

Browse files
committedJun 18, 2018
List Item - heading has to be in .content
1 parent 102ba92 commit dfea053

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed
 

‎css/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,11 +1510,6 @@ Napr. seznamy ubytovatelu, pobytu, last-minute atd.
15101510
.list-item .image img {
15111511
max-width: 100%;
15121512
}
1513-
.container .list-item .image h2 {
1514-
font-size: 14px;
1515-
line-height: 18px;
1516-
margin-bottom: 0;
1517-
}
15181513
.list-item .content {
15191514
float: left;
15201515
width: 60%;
@@ -1529,6 +1524,11 @@ Napr. seznamy ubytovatelu, pobytu, last-minute atd.
15291524
.list-item .content p {
15301525
margin-bottom: 0;
15311526
}
1527+
.list-item .content h2 {
1528+
font-size: 14px;
1529+
line-height: 18px;
1530+
margin-bottom: 0;
1531+
}
15321532
@media only screen and (min-width: 768px) {
15331533
.list-item .content .price {
15341534
position: absolute;

‎css/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎less/components/list-item.less

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ Napr. seznamy ubytovatelu, pobytu, last-minute atd.
4545
img {
4646
max-width: 100%;
4747
}
48-
49-
.container & h2 {
50-
font-size: 14px;
51-
line-height: 18px;
52-
margin-bottom: 0;
53-
}
5448
}
5549

5650

@@ -70,6 +64,12 @@ Napr. seznamy ubytovatelu, pobytu, last-minute atd.
7064
p {
7165
margin-bottom: 0;
7266
}
67+
68+
h2 {
69+
font-size: 14px;
70+
line-height: 18px;
71+
margin-bottom: 0;
72+
}
7373
}
7474

7575
.list-item .content .price {

0 commit comments

Comments
 (0)
Please sign in to comment.