Skip to content

Commit 9ca11a3

Browse files
author
Nikola Miljković
committed
Release 2.12.5
2 parents 8f98a26 + 6036e74 commit 9ca11a3

13 files changed

Lines changed: 395 additions & 217 deletions

assets/css/partials/_archive.scss

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,21 @@
7777
}
7878
}
7979

80-
&-meta-preacher img {
81-
border-radius: 50%;
82-
width: 35px;
83-
height: 35px;
84-
vertical-align: middle;
80+
&-meta-preacher {
81+
img {
82+
border-radius: 50%;
83+
width: 35px;
84+
height: 35px;
85+
vertical-align: middle;
86+
display: inline-block;
87+
}
88+
89+
> a {
90+
text-decoration: none;
91+
box-shadow: none;
92+
border: 0;
93+
display: inline-block;
94+
}
8595
}
8696

8797
&-meta-prefix,
@@ -132,6 +142,6 @@
132142

133143
@media(max-width: 800px) {
134144
.wpfc-sermon-image-img {
135-
padding-top: 65.25%;
145+
padding-top: 56.25%;
136146
}
137147
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
ul#wpfc_images_grid {
2+
display: grid;
3+
grid-template-columns: 50% 50%;
4+
grid-gap: 1rem;
5+
padding: 0;
6+
7+
.wpfc_grid_image {
8+
display: block;
9+
10+
img {
11+
margin-bottom: 15px;
12+
}
13+
}
14+
15+
.wpfc_grid_title {
16+
margin: 0;
17+
}
18+
}

assets/css/partials/_single.scss

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
.wpfc-sermon-single {
2-
&-image {
3-
margin-bottom: 24px;
4-
}
5-
6-
&-image img {
7-
display: block;
8-
max-width: 100%;
9-
width: 100%;
10-
}
11-
122
&-header {
133
text-align: center;
144
}
@@ -33,6 +23,10 @@
3323
padding: 0;
3424
}
3525

26+
.wp-video {
27+
margin: auto;
28+
}
29+
3630
.mejs-video {
3731
margin: 0;
3832
}
@@ -81,7 +75,6 @@
8175
}
8276

8377
@media screen and (min-width: 77.5em) {
84-
font-size: 19px;
8578
font-size: 1.9rem;
8679
margin-bottom: 1.6842em;
8780
}
@@ -154,4 +147,16 @@
154147
&-topics {
155148
margin-top: 24px;
156149
}
150+
151+
&-navigation {
152+
border-top: 1px solid #ddd;
153+
margin-top: 2rem;
154+
padding-top: 1rem;
155+
display: grid;
156+
grid-template-columns: 50% 50%;
157+
158+
.next-sermon {
159+
text-align: right;
160+
}
161+
}
157162
}

assets/css/sermon.min.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.

assets/css/sermon.min.css.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/sermon.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
@import 'partials/archive';
55
// Sermon Single
66
@import 'partials/single';
7+
// Shortcode styling
8+
@import "partials/shortcodes";
79

810
/**
911
* Common audio CSS

0 commit comments

Comments
 (0)