wip: programme

This commit is contained in:
mco-system
2023-04-09 13:38:07 +11:00
parent 33a1cc2e7f
commit fb14588521
15 changed files with 256 additions and 251 deletions

View File

@@ -25,7 +25,7 @@
align-content: flex-start;
padding: 0.5em;
border-style: solid;
height: 13em;
height: 8em;
}
.metadata {
@@ -54,15 +54,15 @@
}
.title {
font-family: pfdintextcomppromedium;
font-weight: 250;
margin-bottom: 0.5em;
font-family: pfdintextcompprothin;
font-weight: bold;
margin-bottom: 0.2em;
}
.speakers {
font-family: pfdintextcompprothin;
font-weight: 250;
margin-bottom: 0.5em;
font-weight: bold;
margin-bottom: 0.2em;
}
.speaker_details {
@@ -82,7 +82,7 @@
bottom: 0;
left: 0;
opacity: 0;
transform: translateX(2em) translateY(50%);
transform: translateY(120%);
transition: opacity 1s;
}
@@ -114,13 +114,13 @@
.data > .abstract > p {
text-align: justify;
font-size: 1em;
font-size: 0.8em;
}
.data > .details {
font-family: pfdintextcomppromedium;
font-weight: 250;
margin-bottom: 0.5em;
font-family: pfdintextcompprothin;
font-weight: bold;
margin-bottom: 0.2em;
}
.data > .resources > .resource > a {