Skip to content

Commit 3c20ac0

Browse files
author
Éric Araujo
committed
style
1 parent 52d48ac commit 3c20ac0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,19 @@ body {
9090
background-color: #f5e9a8;
9191
}
9292

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+
93106
/* ------------------------------ Index ------------------------------------- */
94107

95108
.progress-bar-container {

0 commit comments

Comments
 (0)