fmt: reformat App.svelte according to prettier

This commit is contained in:
Raito Bezarius 2021-11-20 00:10:46 +01:00
parent d09c1045df
commit 0d2e61769e

View file

@ -13,8 +13,8 @@
};
</script>
<div style='height:100vh'>
<FullCalendar {options} />
<div style="height:100vh">
<FullCalendar {options} />
</div>
<style>
@ -22,23 +22,23 @@
height: 100vh;
}
main {
text-align: center;
padding: 1em;
max-width: 240px;
margin: 0 auto;
}
main {
text-align: center;
padding: 1em;
max-width: 240px;
margin: 0 auto;
}
h1 {
color: #ff3e00;
text-transform: uppercase;
font-size: 4em;
font-weight: 100;
}
h1 {
color: #ff3e00;
text-transform: uppercase;
font-size: 4em;
font-weight: 100;
}
@media (min-width: 640px) {
main {
max-width: none;
}
}
@media (min-width: 640px) {
main {
max-width: none;
}
}
</style>