-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfeeds.css
More file actions
52 lines (42 loc) · 768 Bytes
/
Copy pathfeeds.css
File metadata and controls
52 lines (42 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.media, .media-body {
overflow: visible;
}
.feed {
max-width: 600px;
margin: 0 auto;
}
.feed .feed-image {
display: block;
width: 600px;
padding: 0px;
height: auto;
}
.feed-images-box {
width:100%;
height:400px;
background-size: cover!important;
background-position: 50% 50% !important;
}
.feed p, img, h1, h2, h3, h4, h5, h6 {
cursor: pointer !important;
}
.feed .panel-body {
padding-top: 0px;
}
.feed .story-text {
color: #4d4d4d;
font-size: 1em;
padding: 10px 15px;
}
.feed .recipe-title {
color: #4d4d4d;
width: 94%;
padding-left: 20px;
font-size: 1.5em;
font-weight: bold;
}
.feed .recipe-description {
color: #4d4d4d;
font-size: 1em;
padding: 10px 15px;
}