@@ -27,24 +27,17 @@
border-radius: 15px;
justify-content: center;
height:100%;
- min-width:250px;
+ min-width:300px;
}
h1 {
text-align: center;
- margin-top: 1.4rem;
+ padding-top: 1.4rem;
font-weight: 700;
}
h3 {
text-align: left;
- }
-
- h4 {
- text-align: center;
- }
-
- .rounded-fill {
display:inline-block;
border-radius: 200px;
margin-left: 1rem;
@@ -52,16 +45,21 @@
background-color: var(--grey-three);
}
+ h4 {
+ text-align: center;
+ }
+
+
+
.info{
margin-top: 1rem;
- overflow-y: scroll;
margin-right: 0.5rem;
- -webkit-mask-image: linear-gradient(180deg, #000 70%, transparent);
+ padding-bottom: 1.5rem;
height:30vh;
+ overflow-y: scroll;
+ -webkit-mask-image: linear-gradient(180deg, #000 70%, transparent);
}
-
-
ul {
margin-top: 0.5rem;
margin-left:3rem;
@@ -81,8 +79,7 @@
.button {
display:flex;
justify-content: center;
- margin-top: -1.5rem;
- margin-bottom: 1.5rem;
+ padding: 1.5rem 0;
}
diff --git a/src/lib/components/molecules/DownloadSelectorHost.svelte b/src/lib/components/molecules/DownloadSelectorHost.svelte
index 29f0274..636d440 100644
--- a/src/lib/components/molecules/DownloadSelectorHost.svelte
+++ b/src/lib/components/molecules/DownloadSelectorHost.svelte
@@ -2,7 +2,8 @@
import DownloadSelector from "../atoms/DownloadSelector.svelte";
-
+
+
@@ -12,21 +13,20 @@
-
\ No newline at end of file
diff --git a/src/lib/components/organisms/IndexDescription.svelte b/src/lib/components/organisms/IndexDescription.svelte
index b905963..7f77dee 100644
--- a/src/lib/components/organisms/IndexDescription.svelte
+++ b/src/lib/components/organisms/IndexDescription.svelte
@@ -29,7 +29,8 @@
display: flex;
gap:1rem;
user-select: none;
- transform: translateX(-3px)
+ transform: translateX(-3px);
+ margin-top: 3rem;
}
.hero-text h1 {