Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
MU-Software committed Nov 4, 2024
2 parents 8ac1d20 + 759eb6b commit 41a6206
Show file tree
Hide file tree
Showing 2 changed files with 337 additions and 50 deletions.
10 changes: 5 additions & 5 deletions src/components/common/Page/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ span {
color: #c2c7d0;
}

ul,
ol {
margin-left: 2rem;
}

.hidden {
display: none;
}
Expand Down Expand Up @@ -397,11 +402,6 @@ body {
font-weight: 600;
}

ul,
ol {
margin-left: 2rem;
}

li > a,
span > a {
color: $purple;
Expand Down
Loading

0 comments on commit 41a6206

Please sign in to comment.