Skip to content

Commit 4ed554b

Browse files
committed
make more unique
1 parent 42fd3d8 commit 4ed554b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/css/display-medium-posts-public.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
* All of the CSS for your public-facing functionality should be
33
* included in this file.
44
*/
5-
#owl-demo .owl-item{
5+
#display-medium-owl-demo .owl-item{
66
padding-left:10px;
77
padding-right:10px;
88
border-right: 1px solid #ddd;
99
padding-top:10px;
1010
padding-bottom:10px;
1111
}
12-
#owl-demo img{
12+
#display-medium-owl-demo img{
1313
display: block;
1414
width: 100%;
1515
height: auto;
1616
max-height: 240px;
1717
}
18-
#owl-demo .details-title {
18+
#display-medium-owl-demo .details-title {
1919
border-bottom: 1px solid #212121;
2020
}

0 commit comments

Comments
 (0)