Skip to content

Commit ba9b35a

Browse files
committed
style: format main.scss
1 parent 76585d2 commit ba9b35a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/scss/main.scss

+9-3
Original file line numberDiff line numberDiff line change
@@ -40,29 +40,35 @@ h5,
4040
h6 {
4141
font-family: "Prompt";
4242
text-align: center;
43-
word-wrap: break-word ;
43+
word-wrap: break-word;
4444
white-space: normal;
4545
}
4646

4747
h1 {
4848
font-size: 2.5em;
4949
}
50+
5051
article h2 {
5152
border-bottom: #b9b9b9 solid 0.01em;
5253
}
54+
5355
h2 {
5456
font-size: 2.2em;
5557
}
58+
5659
h3 {
5760
font-size: 1.9em;
5861
}
62+
5963
h4 {
6064
font-size: 1.6em;
6165
color: #cccccc;
6266
}
67+
6368
h5 {
6469
font-size: 1.3em;
6570
}
71+
6672
h6 {
6773
font-size: 1em;
6874
}
@@ -77,7 +83,7 @@ pre {
7783
margin: 0px;
7884
}
7985

80-
:not(pre) > code,
86+
:not(pre)>code,
8187
kbd {
8288
font-family: "Source Code Pro", "Consolas", monospace;
8389
font-size: 0.8em;
@@ -87,7 +93,7 @@ kbd {
8793
vertical-align: middle;
8894
}
8995

90-
:not(pre) > code {
96+
:not(pre)>code {
9197
background-color: #323237;
9298
}
9399

0 commit comments

Comments
 (0)