Rework of page "allQuestions", minor style and layout fixes and modifications for other pages

This commit is contained in:
ndaniel1102 2021-04-12 01:02:40 +02:00
parent 47a2227f87
commit 23865a68cd
14 changed files with 147 additions and 94 deletions

View file

@ -255,6 +255,7 @@ export default function FAQ() {
<h1>Gyakran Ismételt Kérdések</h1>
</div>
<br />
<Sleep />
<br />
<div className={'buttonContainer'}>
{Object.keys(pages).map((key) => {
@ -273,7 +274,7 @@ export default function FAQ() {
})}
</div>
{renderCurrPage(currPage)}
<Sleep />
<p className={'endofpage'} />
</div>
)