cambia para que subtítulo y dirección estén centrados verticalmente

pull/16/head
Borja Robert 2 years ago
parent 2cc8283e7c
commit d802786908

@ -29,6 +29,9 @@
<style> <style>
.address { .address {
position: absolute; position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden; overflow: hidden;
white-space: pre-wrap; white-space: pre-wrap;
} }

@ -31,6 +31,7 @@
position: absolute; position: absolute;
overflow: hidden; overflow: hidden;
display: flex; display: flex;
flex-direction: column;
justify-content: center; justify-content: center;
align-items: start; align-items: start;
text-transform: uppercase; text-transform: uppercase;

Loading…
Cancel
Save