empeiza a ir bien

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

@ -28,8 +28,6 @@
<style> <style>
.heading { .heading {
position: absolute; position: absolute;
/* font-variant: small-caps; */
/* text-transform: uppercase; */
overflow: hidden; overflow: hidden;
} }
</style> </style>

@ -29,7 +29,6 @@
<style> <style>
.subtitle { .subtitle {
position: absolute; position: absolute;
font-variant: small-caps;
overflow: hidden; overflow: hidden;
display: flex; display: flex;
justify-content: center; justify-content: center;

@ -29,7 +29,6 @@
<style> <style>
.title { .title {
position: absolute; position: absolute;
/* font-variant: small-caps; */
overflow: hidden; overflow: hidden;
display: flex; display: flex;
justify-content: center; justify-content: center;

@ -12,9 +12,7 @@
text-align: left; text-align: left;
font-weight: 700; font-weight: 700;
color: firebrick; color: firebrick;
font-family: 'Ubuntu', sans-serif; font-family: 'Alegreya Sans SC', sans-serif;
/* font-family: 'Gill Sans', sans-serif; */
/* font-variant: small-caps; */
} }
a { a {
color: inherit; color: inherit;

@ -21,12 +21,12 @@ export const verde = {
height: 86, height: 86,
left: 132, left: 132,
right: 16, right: 16,
fontSize: 32, fontSize: 40,
color: "white", color: "white",
fontFamily: "'Alegreya Sans SC', sans-serif", fontFamily: "'Alegreya Sans SC', sans-serif",
lineHeight: 40, lineHeight: 40,
textAlign: "center", textAlign: "center",
fontWeight: 400 fontWeight: 700
}, },
subtitle: { subtitle: {
top: 300, top: 300,

Loading…
Cancel
Save