This commit is contained in:
af-n 2022-08-16 02:20:46 -04:00
parent 81198a03d1
commit ecdbf20109
3 changed files with 3 additions and 12 deletions

View File

@ -11,13 +11,14 @@
z-index: -1;
width: auto;
float: right;
border-radius: 1.5rem;
border-radius: 2rem;
transform: rotate(3.7deg);
box-shadow: 0 1rem 3rem 0 #0f111a;
user-select: none;
}
@media (max-width: 1919px) {
.hero-img {
border-radius: 3vh;
position: fixed;
height: 90vh;
top: 90px;
@ -25,13 +26,4 @@
transform: rotate(3.7deg) translateY(10%);
}
}
.hero-img::after{
box-shadow: inset 2rem 2rem 5rem -3rem var(--grey-two), inset -2rem -2rem 5rem -3rem var(--grey-one);
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>

View File

@ -26,7 +26,7 @@
}
@media screen and (max-width: 768px) {
h1 {
font-size: 3rem;
font-size: 4rem;
}
}
</style>

View File

@ -2,7 +2,6 @@
import DownloadSelector from "../atoms/DownloadSelector.svelte";
</script>
<div class="recent"><DownloadSelector/></div>
<div class="main">
<DownloadSelector></DownloadSelector>
<DownloadSelector></DownloadSelector>