mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-21 15:47:06 +02:00
Merge branch 'svelte' of https://github.com/afnzmn/revanced-website into svelte
This commit is contained in:
commit
28b8ebcbb0
@ -36,4 +36,8 @@
|
||||
button:hover {
|
||||
transform: translate(-5%, -5%);
|
||||
}
|
||||
|
||||
button:hover img {
|
||||
filter: brightness(1.2);
|
||||
}
|
||||
</style>
|
||||
|
@ -32,19 +32,13 @@
|
||||
</div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
display: grid;
|
||||
grid-column: 9;
|
||||
gap: 100px;
|
||||
grid-column-start: 1;
|
||||
grid-column-end: 9;
|
||||
}
|
||||
|
||||
.social-host {
|
||||
width: 100;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
margin-left: 5rem;
|
||||
margin-right: 5rem;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
|
||||
}
|
||||
</style>
|
@ -2,7 +2,6 @@
|
||||
import IndexDescription from '$lib/components/organisms/IndexDescription.svelte';
|
||||
import Wave from '$lib/components/atoms/Wave.svelte';
|
||||
import HeroImage from '$lib/components/atoms/HeroImage.svelte';
|
||||
import SocialHost from '$lib/components/molecules/SocialHost.svelte';
|
||||
</script>
|
||||
|
||||
<div class="wrapper">
|
||||
|
Loading…
x
Reference in New Issue
Block a user