2 changed files with
9 additions and
9 deletions
|
|
|
@ -141,6 +141,7 @@
|
|
|
|
|
padding: 0.5rem;
|
|
|
|
|
min-height: 5rem;
|
|
|
|
|
line-height: 1.3rem;
|
|
|
|
|
resize: vertical;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
label {
|
|
|
|
|
|
|
|
@ -233,15 +233,17 @@
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imagetitle {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 700px;
|
|
|
|
|
font-size: 0.7rem;
|
|
|
|
|
color: #555;
|
|
|
|
|
top: 720px;
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
color: #444;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.organized-by {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 720px;
|
|
|
|
|
top: 740px;
|
|
|
|
|
left: 1rem;
|
|
|
|
|
right: 1rem;
|
|
|
|
|
display: grid;
|
|
|
|
@ -253,17 +255,14 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.organization {
|
|
|
|
|
/* grid-row: 2/3; */
|
|
|
|
|
margin: 0 1rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
text-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
/* width: 64px;
|
|
|
|
|
height: 64px;
|
|
|
|
|
max-width: 100%; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.organization img {
|
|
|
|
|
max-height: 48px;
|
|
|
|
|
max-width: 100px;
|
|
|
|
@ -281,7 +280,7 @@
|
|
|
|
|
|
|
|
|
|
.orgcolab {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 710px;
|
|
|
|
|
top: 720px;
|
|
|
|
|
height: 7rem;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
display: grid;
|
|
|
|
|