Skip to content

Commit 80c8733

Browse files
committed
Post style fixes.
1 parent 3155b4c commit 80c8733

File tree

7 files changed

+12
-15
lines changed

7 files changed

+12
-15
lines changed

assets/css/style-min-rtl.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/style-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/sass/components/_footer.scss

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@
2424
margin-bottom: 40px;
2525
}
2626

27-
&.info-section {
28-
max-width: 23%;
29-
@media (max-width: 800px) {
30-
max-width: unset;
31-
}
32-
}
33-
3427
&.newsletter {
3528
min-width: 250px;
3629
}
@@ -43,9 +36,6 @@
4336
text-transform: uppercase;
4437
text-rendering: optimizelegibility;
4538
}
46-
@include mq($from: desktop) {
47-
padding-top: $space-80;
48-
}
4939

5040
&__section:not(:last-child) {
5141
@include mq($until: desktop) {
@@ -106,9 +96,9 @@
10696
display: block;
10797
margin-bottom: half($space-8);
10898
padding: 0 0 half($space-8);
109-
font-size: $type-sm;
11099
font-weight: $type-400;
111100
line-height: $type-sm-lh;
101+
font-size: .95em;
112102
transition: color $global-faster-transition ease-in-out;
113103
text-rendering: optimizelegibility;
114104
color: $body-color;

assets/sass/posts/_post-head.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
padding: 0 8%;
3333
font-size: 1.9em;
3434
}
35+
@media (max-width: 800px) {
36+
padding: unset;
37+
}
3538
@media (max-width: 600px) {
3639
order: 1;
3740
margin: 0 auto;

assets/sass/posts/_post-header.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121

2222
&__details {
2323
padding: 30px 50px 0;
24+
25+
@media (max-width: 800px) {
26+
padding: 10px 50px 0;
27+
}
2428
}
2529

2630
&__title {

partials/compiled/inline-css-rtl.hbs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

partials/compiled/inline-css.hbs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)