Skip to content

Commit d28a955

Browse files
committed
Issues-563: Fixed a Group page
1 parent 3f2e677 commit d28a955

File tree

3 files changed

+33
-26
lines changed

3 files changed

+33
-26
lines changed

design/custom.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

design/custom.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/pages/_group.scss

Lines changed: 31 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,7 @@
1-
@media screen and (max-width: 768px) {
2-
.Frame-body {
3-
.Frame-content {
4-
.Frame-contentWrap {
5-
.Frame-details {
6-
.Frame-row {
7-
.Content.MainContent {
8-
width: 100%;
9-
overflow: hidden;
10-
11-
h1.H,
12-
h1.HomepageTitle,
13-
h1 {
14-
margin-top: 0px;
15-
}
16-
}
17-
}
18-
}
19-
}
20-
}
21-
}
22-
}
23-
241
.Section-Group .H {
252
text-align: left;
3+
width: auto;
4+
display: inline-block;
265
}
276
body.Group {
287
.FormWrapper {
@@ -57,4 +36,32 @@ body.Group {
5736
margin: 20px 0px 30px 0px;
5837
padding-left: 0;
5938
}
60-
}
39+
}
40+
41+
@media screen and (max-width: 768px) {
42+
.Frame-body {
43+
.Frame-content {
44+
.Frame-contentWrap {
45+
.Frame-details {
46+
.Frame-row {
47+
.Content.MainContent {
48+
width: 100%;
49+
overflow: hidden;
50+
51+
h1.H,
52+
h1.HomepageTitle,
53+
h1 {
54+
margin-top: 0px;
55+
}
56+
}
57+
}
58+
}
59+
}
60+
}
61+
}
62+
63+
.Section-Group .H {
64+
text-align: left;
65+
display: block;
66+
}
67+
}

0 commit comments

Comments
 (0)