This commit is contained in:
a-ill
2023-06-28 17:26:07 +03:00
parent 8b073b3e1c
commit 635d93dceb
6 changed files with 10 additions and 6 deletions

View File

@@ -147,6 +147,7 @@ li {
font-family: var(--serif, serif);
font-size: 1.25rem;
color: #222222;
text-align: justify;
}
b,i,s {

View File

@@ -88,7 +88,7 @@ None of them near you? Not a problem! Join our WhatsApp group and we will help y
position: relative;
font-family: var(--serif,serif);
margin-left: 1.5rem;
list-style-position: outside
list-style-position: outside;
}
#join-group {

View File

@@ -164,7 +164,7 @@
TABLE OF CONTENTS
<img bind:this={contentArrow} src="../assets/arrow_down.svg" alt="arrow down" style="transform: scaleY(-1)">
</button>
<div bind:this={contentBlock} class="module">
<div bind:this={contentBlock} class="module" style="display: initial;">
{#each contentHeadings as obj}
{#if Array.isArray(obj)}
{#each obj as obj2}
@@ -240,6 +240,7 @@
border: #cdcdcd 0.1rem solid;
border-radius: 1rem;
padding: 2rem;
padding-top: 1rem;
padding-right: 0.8rem;
padding-bottom: 1.5rem;
margin-bottom: 2rem;
@@ -253,13 +254,14 @@
font-size: 1.2rem;
font-family: var(--sans-serif,sans-serif);
text-align: left;
margin-bottom: 1rem;
padding-bottom: 1rem;
font-weight: bold;
padding-top: 1rem;
}
#toggle-content img {
position: absolute;
top: 0rem;
top: 1rem;
right: 0.8rem;
width: 1.5rem;
}