-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexs.css
More file actions
41 lines (41 loc) · 736 Bytes
/
Copy pathindexs.css
File metadata and controls
41 lines (41 loc) · 736 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
.index #mobile {
display: block;
}
.index .content {
padding: 2em 2em 0 2em;
}
.index .content #face,
.index .content>article {
display: inline-block;
vertical-align: top;
}
.index .content article {
width: 33.33%;
padding: 2em;
}
@media screen and (max-width: 1150px) {
.index .content article {
width: 50%;
}
}
@media screen and (max-width: 696px) {
.index .content article {
width: 100%;
padding-top: 0;
}
}
@media screen and (max-width: 400px) {
.index .content article {
padding: 0;
padding-bottom: 2em;
}
}
.index .content #face:after {
content: "";
position: absolute;
top: -24px;
left: -24px;
width: 54px;
height: 54px;
background: url("img/fi.png") center no-repeat;
}