Add main margin
This commit is contained in:
pare
c341caff77
commit
c998a1cd91
S'han modificat 2 arxius amb 6 adicions i 0 eliminacions
|
@ -11,6 +11,7 @@
|
|||
display = (display === 'none') ? 'block' : 'none';
|
||||
}
|
||||
</script>
|
||||
<main>
|
||||
<div class="box" id="locChange" style="display: {display};">
|
||||
<form action="?/changeLoc" method="post" use:enhance={ () => { loading = true; return async ( { update } ) => { await update(); loading = false; } } }>
|
||||
<p>Change location</p>
|
||||
|
@ -22,6 +23,7 @@
|
|||
<button type="button" on:click={toggleDisplay}>Canviar ubicació</button>
|
||||
<pre>{ JSON.stringify(data) }</pre>
|
||||
<Graph ubicacio={data.ubicacio} series={data.temps} />
|
||||
</main>
|
||||
<footer>
|
||||
<p>Dades provinents de:</p>
|
||||
<ul>
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
main, footer {
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
|
Loading…
Referencia en una nova incidència