wip: programme

This commit is contained in:
mco-system 2023-04-10 08:56:56 +11:00
parent 2dc354707f
commit d35ae29014
2 changed files with 12 additions and 14 deletions

View File

@ -1,10 +1,11 @@
#schedule {
display: flex;
flex-direction: column;
justify-content: start;
align-items: flex-start;
align-content: flex-start;
margin-bottom: 5em;
margin: 2em 0 2em;
font-size: 2em;
font-family: pfdintextcompprothin;
color: var(--main-color);
width: 20em;
text-align:justify;
text-justify:inter-word;
}
.slot {
@ -13,9 +14,8 @@
justify-content: center;
text-align: center;
flex-direction: row;
margin: 0.3em;
font-size: 2em;
width: 22em;
margin: 0.3em 0;
width: 20em;
}
.slot_info,
@ -35,7 +35,7 @@
}
.metadata {
width: 7.333em;
width: 6.666em;
border-radius: 10px 0 0 10px;
color: var(--main-color);
font-family: pfdintextcompprothin;
@ -44,7 +44,7 @@
}
.data {
width: 14.666em;
width: 13.333em;
background-color: var(--main-color);
color: var(--alt-main-color);
border-color: var(--main-color);
@ -142,7 +142,7 @@
opacity: 0;
transition: opacity 1s;
transform: translateX(-2em) translateY(102%);
width: 30em;
width: 24em;
overflow-y: auto;
border-style: solid;
border-color: var(--alt-main-color);

View File

@ -18,8 +18,6 @@
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}