File tree Expand file tree Collapse file tree 5 files changed +15
-14
lines changed Expand file tree Collapse file tree 5 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ $padding-m: 10px;
18
18
$padding-l : 25px ;
19
19
$padding-xl : 42px ;
20
20
21
- $small-device-break : 768px ;
22
- $medium-device-break : 992px ;
23
- $large-device-break : 1200px ;
21
+ $small-device-break : 544px ;
22
+ $medium-device-break : 768px ;
23
+ $large-device-break : 992px ;
24
+ $extra-large-device-break : 1200px ;
24
25
25
26
$nav-bar-height : 50px ;
26
27
$bulletin-announcements-color : $gray-blue-light ;
Original file line number Diff line number Diff line change 52
52
}
53
53
}
54
54
55
- @media only screen and (min-width : $small -device-break ) {
55
+ @media only screen and (min-width : $medium -device-break ) {
56
56
border-width : 0 1px ;
57
57
border-style : solid ;
58
58
border-color : $gray-extralight ;
100
100
}
101
101
}
102
102
103
- @media only screen and (min-width : $medium -device-break ) {
103
+ @media only screen and (min-width : $large -device-break ) {
104
104
.group-details {
105
105
.profile-picture-wrapper {
106
106
text-align : center ;
Original file line number Diff line number Diff line change 1
1
<div class =" container group-header" >
2
2
<div class =" row" >
3
- <header class =" col-sm -12 group-banner"
3
+ <header class =" col-md -12 group-banner"
4
4
style =" background-image: url('{{ cloudinary-fetch url =model.bannerUrl width =1920 }} ')"
5
5
data-auto-id =" group-banner" >
6
6
</header >
7
7
</div >
8
8
9
9
<div class =" row group-details" >
10
- <div class =" col-xs-12 col-sm -2 col-md- offset-1" >
10
+ <div class =" col-xs-12 col-md -2 offset-lg -1" >
11
11
<div class =" profile-picture-wrapper" >
12
12
<div class =" profile-picture"
13
13
data-auto-id =" group-profile-picture"
14
14
style =" background-image: url('{{ cloudinary-fetch url =model.profilePictureUrl width =200 }} ')" ></div >
15
15
</div >
16
16
</div >
17
17
18
- <div class =" col-xs-12 col-sm -10 col-md -8" >
18
+ <div class =" col-xs-12 col-md -10 col-lg -8" >
19
19
<h1 class =" group-name" data-auto-id =" group-name" >
20
20
{{ #link-to " group.index" model.slug }} {{ model.name }} {{ /link-to }}
21
21
</h1 >
Original file line number Diff line number Diff line change 1
1
<div class =" container group-index" data-auto-id =" group" >
2
2
<div class =" row" >
3
3
{{ #if posts.length }}
4
- <section class =" col-sm -7 col-md- offset-1 col-md -6 latest-news"
4
+ <section class =" col-md -7 offset-lg- 1 col-lg -6 latest-news"
5
5
data-auto-id =" group-posts" >
6
6
<h2 >Latest news</h2 >
7
7
<div >
14
14
</div >
15
15
</section >
16
16
{{ /if }}
17
- <section class =" col-sm -5 col-md -4 about-group" >
17
+ <section class =" col-md -5 col-lg -4 about-group" >
18
18
<h2 >About</h2 >
19
19
{{{ group.aboutHtml }}}
20
20
</section >
Original file line number Diff line number Diff line change 8
8
<section class =" theme" >
9
9
<div class =" container" >
10
10
<div class =" row" >
11
- <div class =" col-sm- offset-1 col-sm -10 col-md- offset-2 col-md -8" >
11
+ <div class =" offset-md- 1 col-md -10 offset-lg- 2 col-lg -8" >
12
12
As a congregation of the Montreal Chinese Alliance Church we believe
13
13
<strong >because God loves us, we will love Jesus, love His people, and
14
14
love the world, for Jesus' sake</strong >.
18
18
</section >
19
19
<section class =" container around-church" >
20
20
<div class =" row body" >
21
- <div class =" col-sm- offset-1 col-sm -10 col-md- offset-2 col-md -8" >
21
+ <div class =" offset-md- 1 col-md -10 offset-lg- 2 col-lg -8" >
22
22
Want to know more about our church? Check out some of the groups within
23
23
our church that may interest you.
24
24
</div >
25
25
</div >
26
26
<div class =" row" >
27
- <div class =" col-sm- offset-2 col-sm -4 group" >
27
+ <div class =" offset-md- 2 col-md -4 group" >
28
28
{{ #link-to " group.index" " childrens-church" }}
29
29
<img src ={{ cloudinary-fetch url =" https://mcac.s3.amazonaws.com/groups/fabe359d-8611-4112-b675-842cd40ef57e.jpg"
30
30
width =200
37
37
{{ /link-to }}
38
38
</div >
39
39
</div >
40
- <div class =" col-sm -4 group" {{ action " viewGroup" " english-service" }} >
40
+ <div class =" col-md -4 group" {{ action " viewGroup" " english-service" }} >
41
41
{{ #link-to " group.index" " english-service" }}
42
42
<img src ={{ cloudinary-fetch url =" https://mcac.s3.amazonaws.com/groups/5c7d76a8-d195-4907-951d-5b3fb00c438d.jpg"
43
43
width =200
You can’t perform that action at this time.
0 commit comments