We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d48ac commit 3c20ac0Copy full SHA for 3c20ac0
1 file changed
src/style.css
@@ -90,6 +90,19 @@ body {
90
background-color: #f5e9a8;
91
}
92
93
+ul.links-row {
94
+ display: flex;
95
+ padding-left: 0;
96
+ list-style: none;
97
+}
98
+ul.links-row li:not(:first-child) {
99
+ padding-left: 1ch;
100
101
+ul.links-row li:not(:first-child)::before {
102
+ content: '•';
103
+ margin-right: 0.5ch;
104
105
+
106
/* ------------------------------ Index ------------------------------------- */
107
108
.progress-bar-container {
0 commit comments