Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitee68aed

Browse files
imklaujedrzejchalubek
authored andcommitted
Fix list steps styling (#94)
* fix(): Remove redundant line height* fix(): Headings in markdown
1 parentd528969 commitee68aed

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

‎src/_sass/components/_list-steps.scss‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
background-color:color(primary);
1212
font-size:16px;
1313
font-weight:600;
14-
line-height:1.5;
1514
color:color(white);
1615
display:block;
1716
text-align:center;
@@ -25,7 +24,7 @@
2524

2625
@includebreakpoint(mediumup) {
2726
font-size:20px;
28-
}
27+
}
2928
}
3029

3130
&__content {
@@ -34,7 +33,7 @@
3433
margin-top:10px;
3534

3635
&--align {
37-
margin-left:40px;
36+
margin-left:40px;
3837
margin-top:0;
3938
}
4039
}

‎src/_sass/components/_markdown.scss‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
.markdown {
2-
& >h1,h2,h3,h4,h5,h6 {
2+
& >h1,
3+
& >h2,
4+
& >h3,
5+
& >h4,
6+
& >h5,
7+
& >h6 {
38
position:relative;
49

510
&::before {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp