fixes docs css
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -11,3 +11,13 @@
|
||||
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%;
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user