commit 02887f4b67b16445dd153c5d8d1876a0381b8b3a parent 98ed3736e6e7cd0dcfbf8d503d76d1bdd54a07fb Author: Hugo Soucy <hugo@soucy.cc> Date: Sun, 3 Oct 2021 20:09:47 -0400 Precise the name of a css property Diffstat:
M | src/css/modules/archives.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/css/modules/archives.css b/src/css/modules/archives.css @@ -3,7 +3,7 @@ display: flex; flex-wrap: wrap; gap: 2rem; - list-style: none; + list-style-type: none; margin-top: calc(var(--base-space) * 6); padding-left: 0; }