|
|
@@ -143,6 +143,10 @@ const showLongIntro: Ref<boolean> = ref(false)
|
|
|
margin: 0 auto;
|
|
|
width: 100%;
|
|
|
|
|
|
+ @media (max-width: 600px) {
|
|
|
+ padding: 36px 10%;
|
|
|
+ }
|
|
|
+
|
|
|
:deep(a) {
|
|
|
color: rgb(var(--v-theme-on-primary-alt--clickable));
|
|
|
}
|
|
|
@@ -178,6 +182,10 @@ const showLongIntro: Ref<boolean> = ref(false)
|
|
|
margin: 0 auto;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
+
|
|
|
+ @media (max-width: 540px) {
|
|
|
+ flex-direction: column;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|