Skip to content

Commit 6eaf5db

Browse files
feat: made ordered list section style correct
1 parent 1259df6 commit 6eaf5db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/DCPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function DCPage() {
6060
We will be providing a brief summary here:
6161
</p>
6262
<p className="description">
63-
<ol>
63+
<ol className="ordered-sections">
6464
<li>
6565
<h4 className="section-subheader-left">Install a client</h4>
6666
<p className="description">

src/styles/pages/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
margin: 1.5rem 0;
8888
}
8989

90-
.section-subheader-left {
90+
.section-subheader-left, ol.ordered-sections li::marker {
9191
/* Make Sure parent width is 100%*/
9292
width: 100%;
9393
font-family: "Titillium Web", sans-serif;

0 commit comments

Comments
 (0)