mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-26 04:11:02 +00:00
homepage revamped
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
}
|
||||
|
||||
:root {
|
||||
--white: #ffe1e1;
|
||||
--white: #fff;
|
||||
--red: #ff4151;
|
||||
--red-glow: #ff838d40;
|
||||
--grey-one: #1c1e29;
|
||||
|
||||
@@ -5,11 +5,23 @@
|
||||
</script>
|
||||
|
||||
<div class="wrapper">
|
||||
|
||||
<HeroImage />
|
||||
<IndexDescription />
|
||||
<div class="wrappezoid">
|
||||
<IndexDescription />
|
||||
<HeroImage />
|
||||
</div>
|
||||
<SocialHost />
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<style>
|
||||
.wrappezoid {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.wrappezoid {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user