adapta los estilos a un nuevo diseño de página sin línea verde

pull/6/head
Borja Robert 2 years ago
parent f09a6dba7f
commit f0a0083705

@ -61,7 +61,8 @@
toolbar: quillOptions toolbar: quillOptions
}, },
theme: 'snow', theme: 'snow',
placeholder: 'Detalles del evento' placeholder:
'Participan:\nFernando Marín (DMD)\nPresenta:\nFernanda del Castillo (DMD Asturias)'
}); });
}); });
</script> </script>

@ -73,20 +73,20 @@
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
top: 480px; top: 480px;
left: 2rem; left: 1.5rem;
right: 16rem; right: 17rem;
height: 7.5rem; height: 8rem;
font-size: 1rem; font-size: 0.8rem;
color: #222; color: #222;
line-height: 1.5rem; line-height: 1rem;
overflow: hidden; overflow: hidden;
} }
.weekday { .weekday {
position: absolute; position: absolute;
text-transform: uppercase; text-transform: uppercase;
top: 605px; top: 600px;
left: 22rem; left: 18.5rem;
right: 5rem; right: 5rem;
color: white; color: white;
max-height: 2rem; max-height: 2rem;
@ -99,11 +99,11 @@
.date { .date {
position: absolute; position: absolute;
text-transform: uppercase; text-transform: uppercase;
top: 630px; top: 625px;
left: 22rem; left: 18.5rem;
right: 4rem; right: 4rem;
font-size: 1.1rem; font-size: 1.1rem;
/* font-weight: 700; */ font-weight: 700;
color: white; color: white;
max-height: 2rem; max-height: 2rem;
overflow: hidden; overflow: hidden;
@ -112,8 +112,8 @@
.time { .time {
position: absolute; position: absolute;
top: 650px; top: 645px;
left: 22rem; left: 18.5rem;
right: 5rem; right: 5rem;
font-size: 1.8rem; font-size: 1.8rem;
color: white; color: white;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 866 KiB

After

Width:  |  Height:  |  Size: 890 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 866 KiB

Loading…
Cancel
Save