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