mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-13 12:27:06 +02:00
heroimage height & shadow
This commit is contained in:
parent
f9dd805494
commit
a1e8911933
@ -5,12 +5,13 @@
|
||||
|
||||
<style>
|
||||
.hero-img {
|
||||
height: 40rem;
|
||||
height: 80vh;
|
||||
z-index: -1;
|
||||
width: auto;
|
||||
float: right;
|
||||
border-radius: 20px;
|
||||
border-radius: 2rem;
|
||||
transform: rotate(3.7deg) translateY(2%) translateX(-15%);
|
||||
box-shadow: 0 1rem 3rem 0 #0f111a;
|
||||
user-select: none;
|
||||
}
|
||||
</style>
|
||||
|
@ -1,13 +1,12 @@
|
||||
<script>
|
||||
import Button from '$lib/components/atoms/Button.svelte';
|
||||
import IndexHeroTitle from '../atoms/IndexHeroTitle.svelte';
|
||||
|
||||
</script>
|
||||
|
||||
<section class="hero">
|
||||
<div class="hero-text">
|
||||
<!-- <img class="hero-img" src="/manager.png" alt="Screenshot of ReVanced Manager" /> -->
|
||||
<IndexHeroTitle></IndexHeroTitle>
|
||||
<IndexHeroTitle />
|
||||
<h2>
|
||||
An extensible framework for<br />
|
||||
building application mods.
|
||||
@ -36,5 +35,4 @@
|
||||
font-size: 6.5rem;
|
||||
letter-spacing: -0.04em;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<div class="wrapper">
|
||||
|
||||
<HeroImage></HeroImage>
|
||||
<HeroImage />
|
||||
<IndexDescription />
|
||||
<SocialHost />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user