Compare commits
No commits in common. "2e62db66dff4fc95a6cde94a46609e1ea8ad30c6" and "44050ace93362c273e5589cc86378b825c6d49e3" have entirely different histories.
2e62db66df
...
44050ace93
|
@ -11,7 +11,6 @@ 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,7 +103,6 @@ main {
|
|||
|
||||
li {
|
||||
line-height: 17px;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
a {
|
||||
font-weight: bold;
|
||||
|
@ -115,9 +114,6 @@ main {
|
|||
}
|
||||
}
|
||||
}
|
||||
li:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.table-of-contents > ul ul {
|
||||
|
@ -132,10 +128,6 @@ 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