-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathlinkpreview.css
More file actions
50 lines (41 loc) · 750 Bytes
/
linkpreview.css
File metadata and controls
50 lines (41 loc) · 750 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
.jekyll-linkpreview-wrapper {
max-width: 600px;
margin-bottom: 20px;
}
.jekyll-linkpreview-wrapper-inner {
border: 1px solid rgba(0,0,0,.1);
padding: 12px;
}
.jekyll-linkpreview-content {
position: relative;
height: 100px;
overflow: hidden;
margin-bottom: 10px;
}
.jekyll-linkpreview-image {
position: absolute;
top: 0;
right: 0;
}
.jekyll-linkpreview-image img {
width: 100px;
height: 100px;
}
.jekyll-linkpreview-body {
margin-right: 110px;
}
.jekyll-linkpreview-body-nog {
margin-right: 10px;
}
.jekyll-linkpreview-title {
font-size: 17px;
margin: 0 0 2px;
line-height: 1.3;
}
.jekyll-linkpreview-description {
line-height: 1.5;
font-size: 13px;
}
.jekyll-linkpreview-footer {
font-size: 11px;
}