diff --git a/src/lib/form/Form.svelte b/src/lib/form/Form.svelte index 3f0a155..7495fec 100644 --- a/src/lib/form/Form.svelte +++ b/src/lib/form/Form.svelte @@ -61,7 +61,8 @@ toolbar: quillOptions }, theme: 'snow', - placeholder: 'Detalles del evento' + placeholder: + 'Participan:\nFernando MarĂ­n (DMD)\nPresenta:\nFernanda del Castillo (DMD Asturias)' }); }); diff --git a/src/lib/preview/verde.css b/src/lib/preview/verde.css index a6bcc2d..88c01ce 100644 --- a/src/lib/preview/verde.css +++ b/src/lib/preview/verde.css @@ -73,20 +73,20 @@ flex-direction: column; justify-content: center; top: 480px; - left: 2rem; - right: 16rem; - height: 7.5rem; - font-size: 1rem; + left: 1.5rem; + right: 17rem; + height: 8rem; + font-size: 0.8rem; color: #222; - line-height: 1.5rem; + line-height: 1rem; overflow: hidden; } .weekday { position: absolute; text-transform: uppercase; - top: 605px; - left: 22rem; + top: 600px; + left: 18.5rem; right: 5rem; color: white; max-height: 2rem; @@ -99,11 +99,11 @@ .date { position: absolute; text-transform: uppercase; - top: 630px; - left: 22rem; + top: 625px; + left: 18.5rem; right: 4rem; font-size: 1.1rem; - /* font-weight: 700; */ + font-weight: 700; color: white; max-height: 2rem; overflow: hidden; @@ -112,8 +112,8 @@ .time { position: absolute; - top: 650px; - left: 22rem; + top: 645px; + left: 18.5rem; right: 5rem; font-size: 1.8rem; color: white; diff --git a/static/imagen01.png b/static/imagen01.png index bed49f6..34ed64e 100644 Binary files a/static/imagen01.png and b/static/imagen01.png differ diff --git a/static/imagen01_old.png b/static/imagen01_old.png new file mode 100644 index 0000000..bed49f6 Binary files /dev/null and b/static/imagen01_old.png differ