We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913fbf3 commit 1e5dd63Copy full SHA for 1e5dd63
source/css/_common/components/tags/group-pictures.styl
@@ -3,22 +3,18 @@
3
box-sizing: border-box;
4
padding: 0 3px;
5
border: none;
6
+ margin: 0 auto;
7
}
8
9
-.post .group-picture-row {
10
+.post-body .group-picture-row {
11
overflow: hidden;
- margin-top: 6px;
12
- &:first-child { margin-top: 0; }
+ margin-bottom: 6px;
13
14
15
-.post .group-picture-column { float: left; }
16
-
17
-.page-post-detail .post-body .group-picture-column {
18
- float: none;
19
- margin-top: 10px;
20
- width: auto !important;
21
- img { margin: 0 auto; }
+.post-body .group-picture-column {
+ float: left;
+ margin-bottom: 10px;
22
23
24
.page-archive {
0 commit comments