Fix square being appended to all kinds of lists

This commit is contained in:
Maciej Pędzich 2023-04-28 07:54:45 +02:00
parent c12ad70f85
commit ff45a75aa0
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
import BaseHead from '../components/BaseHead.astro';
import Header from '../components/Header.astro';
import Footer from '../components/Footer.astro';
import FormattedDate from '../components/FormattedDate.astro';
import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
---

View File

@ -60,7 +60,7 @@ ul li {
text-align: left;
}
li::before {
ul li::before {
content: '\25A1';
font-size: 1.2em;
margin-right: 3px;