-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcustom.css
More file actions
85 lines (71 loc) · 1.72 KB
/
Copy pathcustom.css
File metadata and controls
85 lines (71 loc) · 1.72 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.myst-fm-downloads-dropdown {
display: none !important;
}
table td:first-child,
table th:first-child {
white-space: nowrap;
}
#giscus-comments {
max-width: 100% !important;
padding: 0 !important;
}
.giscus,
.giscus-frame {
width: 100% !important;
}
.myst-grid .myst-card-footer {
display: flex;
justify-content: center;
align-items: center;
padding-left: 1rem !important;
padding-right: 1rem !important;
text-align: center !important;
}
.myst-grid .myst-card-footer > * {
text-align: center !important;
}
.myst-grid .myst-card-footer p,
.myst-grid .myst-card-footer strong {
margin: 0 auto;
}
#featured-projects + .myst-grid .myst-card-footer,
#featured-projects + .myst-grid .myst-card-title {
white-space: nowrap;
}
.myst-grid .myst-card-header,
.myst-grid .myst-card-body {
padding: 0.5rem !important;
border-bottom: none !important;
background: transparent !important;
}
.myst-grid .myst-card-header img,
.myst-grid .myst-card-body img {
display: block;
width: 100%;
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
border: none !important;
border-radius: 4px;
}
.myst-grid .myst-card-header p,
.myst-grid .myst-card-body p {
margin: 0 !important;
}
#posts ~ .myst-grid .myst-card-title,
#posts ~ * .myst-grid .myst-card-title {
margin-bottom: 0.75rem !important;
}
#posts ~ .myst-grid .myst-card-header,
#posts ~ * .myst-grid .myst-card-header {
padding: 0.5rem !important;
padding-bottom: 0 !important;
}
#posts ~ .myst-grid .myst-card-header img,
#posts ~ * .myst-grid .myst-card-header img {
margin: 0 !important;
border: 1px solid rgba(128, 128, 128, 0.3);
}
#posts ~ .myst-grid .myst-card-body,
#posts ~ * .myst-grid .myst-card-body {
padding-top: 0 !important;
}