This commit is contained in:
Zsolt Ero
2024-06-13 02:57:28 +02:00
parent f02ccfe377
commit d6f457aee2
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ const { showStyleURL } = Astro.props
} }
.button-container { .button-container {
margin: 0 auto 0.6em; margin: 0 auto 20px;
max-width: 600px; max-width: 600px;
display: flex; display: flex;
flex-wrap: nowrap; flex-wrap: nowrap;

View File

@@ -19,7 +19,7 @@ import { Content as RestText } from '../content/index/rest.md'
Have a look at the default styles and read more about how to integrate it to your website or app Have a look at the default styles and read more about how to integrate it to your website or app
here: here:
</p> </p>
<p><a href="/quick_start">Quick Start Guide</a></p> <p style="margin: 20px auto;"><a href="/quick_start">Quick Start Guide</a></p>
<Donate /> <Donate />
<RestText /> <RestText />