add margin top to wrapper

This commit is contained in:
afnzmn 2022-07-19 11:06:24 -04:00
parent 2ea31cef26
commit 16fceb8ab0
4 changed files with 3 additions and 4 deletions

View File

@ -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 {

View File

@ -11,7 +11,6 @@
<style>
.download-selection {
transform: translateY(60%);
background-color: var(--grey-one);
border-radius: 200px;
display: flex;

View File

@ -18,7 +18,6 @@
<style>
.hero-text {
margin-top: 3%;
align-items: center;
}

View File

@ -55,6 +55,7 @@ import Wave from '$lib/components/atoms/Wave.svelte';
:global(.wrapper) {
margin-left: 6%;
margin-right: 6%;
margin-top: 3%
}
:root {