la plantilla verde está clavada y lo hace todo igual en FF y Chrome

pull/15/head
Borja Robert 2 years ago
parent efc85876fe
commit c5ad7bd663

@ -3,7 +3,7 @@
box-sizing: border-box;
margin: 0;
padding: 0;
font-size: 16px;
font-size: 14px;
font-family: 'Arial', sans-serif;
}
@ -20,11 +20,6 @@ body {
margin: 0;
}
p {
line-height: 1.5;
}
ul,ol {
margin-left: 1rem;
}

@ -153,6 +153,7 @@
.orgcolab {
position: absolute;
top: 725px;
left: 16px;
height: 7rem;
overflow: hidden;
display: grid;

@ -14,7 +14,7 @@ export const verde = {
fontFamily: "'Alegreya Sans SC', sans-serif",
lineHeight: 32,
textAlign: "left",
fontWeight: 400
fontWeight: 700
},
title: {
top: 150,
@ -35,80 +35,80 @@ export const verde = {
right: 16,
fontSize: 24,
color: "firebrick",
fontFamily: "'Helvetica', sans-serif",
fontFamily: "'Alegreya Sans SC', sans-serif",
lineHeight: 32,
textAlign: "center",
fontWeight: 400
},
content: {
top: 480,
height: 240,
top: 470,
height: 164,
left: 32,
right: 320,
fontSize: 16,
fontSize: 14,
color: "#222",
fontFamily: "'Helvetica', sans-serif",
lineHeight: 24,
lineHeight: 18,
textAlign: "left",
fontWeight: 400
},
date: {
top: 625,
height: 1,
left: 18.5,
right: 4,
fontSize: 1.1,
top: 628,
height: 32,
left: 275,
right: 32,
fontSize: 18,
color: "#fff",
fontFamily: "sans-serif",
lineHeight: 1,
lineHeight: 32,
textAlign: "center",
fontWeight: 700
},
time: {
top: 647,
height: 2,
left: 18.5,
right: 5,
fontSize: 1.8,
top: 650,
height: 32,
left: 275,
right: 32,
fontSize: 32,
color: "#fff",
fontFamily: "sans-serif",
lineHeight: 1.5,
lineHeight: 32,
textAlign: "center",
fontWeight: 700
},
weekday: {
top: 600,
height: 1.5,
left: 18.5,
right: 5,
fontSize: 1.3,
top: 605,
height: 32,
left: 245,
right: 32,
fontSize: 24,
color: "#fff",
fontFamily: "sans-serif",
lineHeight: 1.8,
lineHeight: 32,
textAlign: "center",
fontWeight: 700
},
address: {
top: 625,
height: 2.8,
left: 2,
right: 20,
fontSize: 1,
top: 635,
height: 48,
left: 32,
right: 300,
fontSize: 18,
color: "#91b756",
fontFamily: "sans-serif",
lineHeight: 1.5,
lineHeight: 22,
textAlign: "center",
fontWeight: 700
},
city: {
top: 675,
height: 2,
left: 2,
right: 20,
fontSize: 1.2,
top: 690,
height: 24,
left: 32,
right: 300,
fontSize: 24,
color: "#91b756",
fontFamily: "sans-serif",
lineHeight: 1.5,
lineHeight: 24,
textAlign: "center",
fontWeight: 700
},

Loading…
Cancel
Save