diff --git a/content/style.scss b/content/style.scss index fecb6cd..fb03da7 100644 --- a/content/style.scss +++ b/content/style.scss @@ -90,6 +90,12 @@ body { } + figure { + background-color: $grey-dark; + display: inline-block; + padding: 0.5rem; + margin: 0rem 1rem; + } .nav { width: 100%; @@ -181,10 +187,6 @@ img { } } -ul.list-dash>li::before { - content: "- " -} - .flex { display: flex; flex-shrink: 0;