Skip to content

Commit

Permalink
Add a left padding to the dotted list of special projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaudinFlorence committed Aug 16, 2024
1 parent ef0fd32 commit 6324288
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/services/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.h2_custom {
color: var(--ifm-color-indigo-i1);
}

ul {
padding-left: 20px;
}

0 comments on commit 6324288

Please sign in to comment.