mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-09 19:04:28 +02:00
h
This commit is contained in:
parent
d4e9c5f65e
commit
6f61ef7191
@ -42,10 +42,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
transform: translate(0%, -5%);
|
transform: translateY(-5%);
|
||||||
}
|
}
|
||||||
button:active {
|
button:active {
|
||||||
transition-duration: 0.1s;
|
transition-duration: 0.1s;
|
||||||
transform: translate(0);
|
transform: translateY(-3%);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -54,6 +54,10 @@ import Wave from '$lib/components/atoms/Wave.svelte';
|
|||||||
background-color: #0f111a;
|
background-color: #0f111a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(html, body) {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
:global(.wrapper) {
|
:global(.wrapper) {
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
width: min(87%, 100rem);
|
width: min(87%, 100rem);
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
gap: 22rem;
|
gap: 22rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
@media (max-width: 1919px) {
|
@media (max-width: 1700px) {
|
||||||
.wrappezoid {
|
.wrappezoid {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user