-
Notifications
You must be signed in to change notification settings - Fork 0
/
Style.css
55 lines (47 loc) · 904 Bytes
/
Style.css
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
53
54
55
/*
Instructables Plugin Stylesheet
*/
.instructables_tiles
{
display: flex;
display: -webkit-flex; /* Safari 8 */
flex-wrap: wrap;
-webkit-flex-wrap: wrap; /* Safari 8 */
justify-content: center;
-webkit-justify-content: center;
text-align: center;
vertical-align: top;
}
.instructables_tile
{
margin: 0;
padding: 0;
width: 300px;
height: 200px;
border: 3px solid;
border-color: inherit;
margin: 10px;
min-height: 300px;
width: 300px;
}
.instructables_tile header
{
margin: 0;
padding: 0;
text-align: center !important;
vertical-align: top;
}
.instructables_tile a, .instructables-post a
{
text-decoration: none !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.instructables_tile .post-thumbnail
{
margin: 0;
padding: 0;
display: block;
margin: auto;
clear: both;
}