Skip to content

Commit 41a6206

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 8ac1d20 + 759eb6b commit 41a6206

File tree

2 files changed

+337
-50
lines changed

2 files changed

+337
-50
lines changed

src/components/common/Page/style.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ span {
4747
color: #c2c7d0;
4848
}
4949

50+
ul,
51+
ol {
52+
margin-left: 2rem;
53+
}
54+
5055
.hidden {
5156
display: none;
5257
}
@@ -397,11 +402,6 @@ body {
397402
font-weight: 600;
398403
}
399404

400-
ul,
401-
ol {
402-
margin-left: 2rem;
403-
}
404-
405405
li > a,
406406
span > a {
407407
color: $purple;

0 commit comments

Comments
 (0)