mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
fix: welcome page on mobile (#2936)
This commit is contained in:
@@ -70,20 +70,6 @@ import { i18nPipe } from '@start9labs/shared'
|
|||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
styles: `
|
styles: `
|
||||||
@keyframes slide {
|
|
||||||
50% {
|
|
||||||
margin-block-start: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
55% {
|
|
||||||
margin-block-start: -1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
100% {
|
|
||||||
margin-block-start: -1em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
@@ -100,6 +86,7 @@ import { i18nPipe } from '@start9labs/shared'
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
font-size: min(12vw, 4rem);
|
font-size: min(12vw, 4rem);
|
||||||
@@ -108,6 +95,8 @@ import { i18nPipe } from '@start9labs/shared'
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
|
line-height: 1.25em;
|
||||||
|
padding: 0 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
|||||||
Reference in New Issue
Block a user