You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
397 B
Svelte

4 years ago
<script context="module">
export const prerender = true;
import Slider from '$lib/Slider.svelte'
</script>
<script>
</script>
<svelte:head>
<title>Asociación Derecho a Morir Dignamente</title>
</svelte:head>
<section id="intro">
<Slider />
</section>
<style>
section {
background: white;
padding: 1rem;
}
@media (max-width: 768px) {
section {
padding: 0.5rem;
}
}
</style>