diff --git a/src/lib/components/AttributionInformation.svelte b/src/lib/components/AttributionInformation.svelte index d30f5aa..117b697 100644 --- a/src/lib/components/AttributionInformation.svelte +++ b/src/lib/components/AttributionInformation.svelte @@ -7,12 +7,14 @@
When did the interference and attribution occur?
Who is making the attribution, against whom?
@@ -155,16 +157,16 @@ margin-top: 20px; margin-bottom: 10px; } - ul { + /*ul { padding-left: 20px; - } + }*/ ul.inner { list-style-type: circle; - padding-left: 40px; + /*padding-left: 40px;*/ } ul.inner-square { list-style-type: square; - padding-left: 60px; + /*padding-left: 60px;*/ } strong { color: #444; diff --git a/src/lib/components/Collapsible.svelte b/src/lib/components/Collapsible.svelte index 78e1466..89bfb8c 100644 --- a/src/lib/components/Collapsible.svelte +++ b/src/lib/components/Collapsible.svelte @@ -78,7 +78,4 @@ border-bottom-right-radius: 0; border-bottom-left-radius: 0; } - :global(ul) { - list-style: inside; - } diff --git a/src/style.css b/src/style.css index 7fe1c98..21c10f9 100644 --- a/src/style.css +++ b/src/style.css @@ -14,4 +14,12 @@ body { background-color: var(--bg); touch-action: none; - } \ No newline at end of file + + ul { + list-style: inside; + } + li { + padding-left: 1.5rem; + } + } +