Skip to content

Commit b9a0c84

Browse files
author
mrmrs
committed
Update partials
1 parent c87fbbf commit b9a0c84

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

scss/_nested.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
.nested-headline-line-height h4,
2626
.nested-headline-line-height h5,
2727
.nested-headline-line-height h6 {
28-
line-height: $font-size-4;
28+
line-height: $line-height-title;
2929
}
3030

3131
.nested-list-reset ul,

scss/_text-align.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
l = left
1818
r = right
1919
c = center
20+
j = justify
2021
2122
Media Query Extensions:
2223
-ns = not-small
@@ -28,22 +29,25 @@
2829
.tl { text-align: left; }
2930
.tr { text-align: right; }
3031
.tc { text-align: center; }
32+
.tj { text-align: justify; }
3133

3234
@media #{$breakpoint-not-small} {
3335
.tl-ns { text-align: left; }
3436
.tr-ns { text-align: right; }
3537
.tc-ns { text-align: center; }
38+
.tj-ns { text-align: justify; }
3639
}
3740

3841
@media #{$breakpoint-medium} {
3942
.tl-m { text-align: left; }
4043
.tr-m { text-align: right; }
4144
.tc-m { text-align: center; }
45+
.tj-m { text-align: justify; }
4246
}
4347

4448
@media #{$breakpoint-large} {
4549
.tl-l { text-align: left; }
4650
.tr-l { text-align: right; }
4751
.tc-l { text-align: center; }
52+
.tj-l { text-align: justify; }
4853
}
49-

0 commit comments

Comments
 (0)