Notion-MW
Notion-MW
109行目: 109行目:
     font-family: "TRIVFONT", "NazoMin", "NazoMin+", "Open Sans","Clear Sans", "Helvetica Neue", Helvetica, Arial, 'Segoe UI Emoji', sans-serif;
     font-family: "TRIVFONT", "NazoMin", "NazoMin+", "Open Sans","Clear Sans", "Helvetica Neue", Helvetica, Arial, 'Segoe UI Emoji', sans-serif;
     color: rgb(51, 51, 51);
     color: rgb(51, 51, 51);
     line-height: <strong>1.3;</strong>
     line-height:  
1.3;
 
}</syntaxhighlight>
}</syntaxhighlight>
ここで変える。(もともとは1.6)
ここで変える。(もともとは1.6)
140行目: 142行目:
となっているので、それぞれ
となっているので、それぞれ


<syntaxhighlight lang="css">p<strong>{
<syntaxhighlight lang="css">p
{
     margin: 0.4em 0;
     margin: 0.4em 0;
}</strong>
}
 
blockquote,
blockquote,
ul,
ul,
157行目: 161行目:
h6 {
h6 {
     position: relative;
     position: relative;
     margin-top: <strong>0.6rem</strong>;
     margin-top:  
     margin-bottom: <strong>0.6rem</strong>;
0.6rem
;
     margin-bottom:  
0.6rem
;
     font-weight: bold;
     font-weight: bold;
     line-height: 1.4;
     line-height: 1.4;