chore: hero css tweaks
This commit is contained in:
parent
bda152f654
commit
e09f804e12
@ -69,13 +69,13 @@ export default function HomepageHero() {
|
|||||||
<img
|
<img
|
||||||
src={
|
src={
|
||||||
isDarkTheme
|
isDarkTheme
|
||||||
? require("@site/static/img/jan-app-screenshot-dark.png")
|
? require("@site/static/img/desktop-screenshot-dark.png")
|
||||||
.default
|
.default
|
||||||
: require("@site/static/img/jan-app-screenshot.png").default
|
: require("@site/static/img/desktop-screenshot.png").default
|
||||||
}
|
}
|
||||||
alt="App screenshot"
|
alt="App screenshot"
|
||||||
width={2432}
|
width={2432}
|
||||||
className="mt-16 rounded-3xl bg-white/5 shadow-2xl ring-1 ring-white/10 sm:mt-24"
|
className="mt-16 rounded-lg md:rounded-2xl lg:rounded-3xl bg-white/5 shadow-2xl ring-1 ring-white/10 sm:mt-24"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
BIN
docs/static/img/desktop-screenshot-dark.png
vendored
Normal file
BIN
docs/static/img/desktop-screenshot-dark.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 389 KiB |
|
Before Width: | Height: | Size: 379 KiB After Width: | Height: | Size: 379 KiB |
BIN
docs/static/img/jan-app-screenshot-dark.png
vendored
BIN
docs/static/img/jan-app-screenshot-dark.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 391 KiB |
Loading…
x
Reference in New Issue
Block a user