We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1259df6 commit 6eaf5dbCopy full SHA for 6eaf5db
src/pages/DCPage.tsx
@@ -60,7 +60,7 @@ function DCPage() {
60
We will be providing a brief summary here:
61
</p>
62
<p className="description">
63
- <ol>
+ <ol className="ordered-sections">
64
<li>
65
<h4 className="section-subheader-left">Install a client</h4>
66
src/styles/pages/App.css
@@ -87,7 +87,7 @@
87
margin: 1.5rem 0;
88
}
89
90
-.section-subheader-left {
+.section-subheader-left, ol.ordered-sections li::marker {
91
/* Make Sure parent width is 100%*/
92
width: 100%;
93
font-family: "Titillium Web", sans-serif;
0 commit comments