mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-25 06:52:48 -04:00
19 lines
287 B
CSS
19 lines
287 B
CSS
main.svelte-1tky8bj {
|
|
text-align: center;
|
|
padding: 1em;
|
|
max-width: 240px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
h1.svelte-1tky8bj {
|
|
color: #ff3e00;
|
|
text-transform: uppercase;
|
|
font-size: 4em;
|
|
font-weight: 100;
|
|
}
|
|
|
|
@media (min-width: 640px) {
|
|
main.svelte-1tky8bj {
|
|
max-width: none;
|
|
}
|
|
} |