Compare commits
2 Commits
44050ace93
...
2e62db66df
Author | SHA1 | Date |
---|---|---|
|
2e62db66df | |
|
1cc7144697 |
|
@ -11,6 +11,7 @@ authors:
|
|||
- Anthony Lecerf
|
||||
draft: false
|
||||
layout: article.njk
|
||||
toc: true
|
||||
---
|
||||
Le numérique est au cœur de notre quotidien et bouleverse nos modes de vie et de travail. Il a également des effets
|
||||
négatifs involontaires, entre autres sur notre environnement, qu’il faut absolument chercher à réduire car le numérique
|
||||
|
|
|
@ -103,6 +103,7 @@ main {
|
|||
|
||||
li {
|
||||
line-height: 17px;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
a {
|
||||
font-weight: bold;
|
||||
|
@ -114,6 +115,9 @@ main {
|
|||
}
|
||||
}
|
||||
}
|
||||
li:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.table-of-contents > ul ul {
|
||||
|
@ -128,6 +132,10 @@ main {
|
|||
}
|
||||
}
|
||||
|
||||
.table-of-contents > ul ul li+li {
|
||||
|
||||
}
|
||||
|
||||
.table-of-contents > ul ul li+li,
|
||||
.table-of-contents > ul ul li:first-child {
|
||||
margin-bottom: .5rem;
|
||||
|
|
Loading…
Reference in New Issue