mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-12 04:14:24 +02:00
add margin top to wrapper
This commit is contained in:
parent
2ea31cef26
commit
16fceb8ab0
@ -17,11 +17,11 @@
|
||||
list-style: none;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
margin-left: 7x;
|
||||
margin-left: 7px;
|
||||
margin-right: 7px;
|
||||
align-items: center;
|
||||
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||
transition-duration: 0.1s;
|
||||
transition-duration: 0.25s;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -11,7 +11,6 @@
|
||||
|
||||
<style>
|
||||
.download-selection {
|
||||
transform: translateY(60%);
|
||||
background-color: var(--grey-one);
|
||||
border-radius: 200px;
|
||||
display: flex;
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
<style>
|
||||
.hero-text {
|
||||
margin-top: 3%;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
@ -55,6 +55,7 @@ import Wave from '$lib/components/atoms/Wave.svelte';
|
||||
:global(.wrapper) {
|
||||
margin-left: 6%;
|
||||
margin-right: 6%;
|
||||
margin-top: 3%
|
||||
}
|
||||
|
||||
:root {
|
||||
|
Loading…
x
Reference in New Issue
Block a user