cambios menores

pull/5/head
Borja Robert 2 years ago
parent 6240ace890
commit 39edfff84d

@ -141,6 +141,7 @@
padding: 0.5rem; padding: 0.5rem;
min-height: 5rem; min-height: 5rem;
line-height: 1.3rem; line-height: 1.3rem;
resize: vertical;
} }
label { label {

@ -233,15 +233,17 @@
overflow: hidden; overflow: hidden;
white-space: pre-wrap; white-space: pre-wrap;
} }
.imagetitle { .imagetitle {
position: absolute; position: absolute;
top: 700px; top: 720px;
font-size: 0.7rem; font-size: 0.8rem;
color: #555; color: #444;
} }
.organized-by { .organized-by {
position: absolute; position: absolute;
top: 720px; top: 740px;
left: 1rem; left: 1rem;
right: 1rem; right: 1rem;
display: grid; display: grid;
@ -253,17 +255,14 @@
} }
.organization { .organization {
/* grid-row: 2/3; */
margin: 0 1rem; margin: 0 1rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
text-align: center; text-align: center;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
/* width: 64px;
height: 64px;
max-width: 100%; */
} }
.organization img { .organization img {
max-height: 48px; max-height: 48px;
max-width: 100px; max-width: 100px;
@ -281,7 +280,7 @@
.orgcolab { .orgcolab {
position: absolute; position: absolute;
top: 710px; top: 720px;
height: 7rem; height: 7rem;
overflow: hidden; overflow: hidden;
display: grid; display: grid;

Loading…
Cancel
Save