fixes docs css

This commit is contained in:
Christian Beutel
2024-07-01 18:21:34 +02:00
parent 72e6d12713
commit 6522b06e96
3 changed files with 16 additions and 6 deletions

View File

@@ -7,8 +7,8 @@ hero:
Welcome to <span class="-tracking-[0.075em] s-y_bCXRrkrYfP">wanderer</span>
tagline: <span class="-tracking-[0.075em] s-y_bCXRrkrYfP">wanderer</span> is a self-hosted trail database. You can upload your recorded GPS tracks or create new ones and add various metadata to build an easily searchable catalogue.
image:
html:
<video class="rounded-xl" width="600" src="/trailer.mp4" controls autoplay />
html: |
<video class="rounded-xl hidden md:block" poster="/favicon.svg" width="100%" src="/trailer.mp4" controls autoplay />
actions:
- text: Try the demo
link: https://demo.wanderer.to

View File

@@ -8,6 +8,16 @@
.card .icon {
background-color: transparent!important;
border-color: var(--sl-color-text)!important
background-color: transparent !important;
border-color: var(--sl-color-text) !important
}
@media (min-width: 50rem) {
.hero {
grid-template-columns: 7fr 7fr;
}
.hero>.hero-html {
width: 100%;
}
}

View File

@@ -88,7 +88,7 @@
"include-description": "",
"invalid-date": "Nieprawidłowa data",
"invalid-username": "Błędna nazwa użytkownika",
"italian": "Włoski"
"italian": "Włoski",
"language": "Język",
"latitude": "Szerokość",
"license": "Licencja",