diff --git a/public/styles/graph.css b/public/styles/graph.css index 9b775a6..a6f8af3 100644 --- a/public/styles/graph.css +++ b/public/styles/graph.css @@ -64,11 +64,6 @@ justify-content: center; } -ul { - list-style: none; - margin: 0; -} - .romer-table-container { display: flex; justify-content: center; diff --git a/public/styles/index.css b/public/styles/index.css index 8baad46..00818fd 100644 --- a/public/styles/index.css +++ b/public/styles/index.css @@ -40,6 +40,7 @@ a { ul { list-style: none; + margin: none; } .topic a { diff --git a/src/pages/[category].astro b/src/pages/[category].astro index 955e017..1eefc11 100644 --- a/src/pages/[category].astro +++ b/src/pages/[category].astro @@ -65,7 +65,6 @@ const capitalizedCategory = } .posts { - list-style-type: none; padding: 0; }