forked from coldemo/gallery.code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage.css
More file actions
59 lines (49 loc) · 936 Bytes
/
page.css
File metadata and controls
59 lines (49 loc) · 936 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
53
54
55
56
57
58
59
.page-gallery .main-container {
padding: 12px;
min-height: 100px;
}
@media (min-width: 576px) {
.page-gallery .main-container {
padding: 16px;
}
}
.page-gallery .ant-card-cover {
height: 160px;
background-color: #e6e6e6;
}
.page-gallery img {
display: block;
max-width: 100%;
height: 100%;
}
/* @media (max-width: 360px) {
.page-gallery .ant-col-xs-12 {
width: 100% !important;
}
} */
@media (min-width: 640px) and (max-width: 899px) {
.page-gallery .ant-col-sm-12 {
width: 33.3333% !important;
}
}
@media (min-width: 900px) {
.page-gallery .ant-col-sm-12 {
width: 270px !important;
}
}
@media (max-width: 450px) {
.ant-card-body {
padding: 12px;
}
.ant-card-meta-title {
font-size: 12px;
}
.page-gallery .ant-card-cover {
height: 120px;
}
}
.page-gallery .ant-spin-nested-loading,
.page-gallery .ant-spin-container {
position: static;
height: 100%;
}