estilos mejores en algunos elementos

pull/1/head
Borja Robert 2 years ago
parent ab99ad057b
commit f69b9acd20

@ -69,6 +69,8 @@
font-size: 1rem; font-size: 1rem;
color: grey; color: grey;
font-variant: small-caps; font-variant: small-caps;
height: 1.2rem;
overflow: hidden;
} }
.title { .title {
@ -76,7 +78,6 @@
top: 320px; top: 320px;
left: 1rem; left: 1rem;
right: 1rem; right: 1rem;
align-self: center;
font-family: 'Gill Sans', sans-serif; font-family: 'Gill Sans', sans-serif;
font-size: 2.5rem; font-size: 2.5rem;
font-variant: small-caps; font-variant: small-caps;
@ -85,9 +86,14 @@
font-weight: 600; font-weight: 600;
height: 5rem; height: 5rem;
overflow: hidden; overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
} }
.subtitle { .subtitle {
position: absolute; position: absolute;
display: flex;
top: 415px; top: 415px;
left: 1rem; left: 1rem;
right: 2rem; right: 2rem;
@ -95,6 +101,9 @@
color: #575; color: #575;
height: 2.6rem; height: 2.6rem;
overflow: hidden; overflow: hidden;
text-align: center;
align-items: center;
justify-content: center;
} }
.content { .content {

Loading…
Cancel
Save