wip: programme

This commit is contained in:
mco-system 2023-04-09 18:50:21 +11:00
parent 164385f3e8
commit e04e12e8f9
4 changed files with 11 additions and 11 deletions

View File

@ -91,8 +91,7 @@
left: 0;
opacity: 0;
transition: opacity 1s;
transform: translateX(-2em) translateY(102%);
max-width: 30em;
transform: translateY(102%);
overflow-y: auto;
border-style: solid;
border-color: var(--alt-main-color);
@ -145,7 +144,7 @@
opacity: 0;
transition: opacity 1s;
transform: translateX(-2em) translateY(102%);
max-width: 30em;
width: 30em;
overflow-y: auto;
border-style: solid;
border-color: var(--alt-main-color);

View File

@ -76,15 +76,15 @@ a:hover {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
align-items: center;
align-content: center;
margin-bottom: 5em;
}
#center_wrapper, #header_wrapper {
display: flex;
flex-direction: column;
justify-content: flex-start;
justify-content: center;
align-items: center;
}
@ -127,7 +127,8 @@ a:hover {
justify-content: center;
align-items: center;
gap: 2em;
background-color: var(--main-bg-color);
/* background-color: var(--main-bg-color); */
background-color: green;
width: 100vw;
}

View File

@ -76,15 +76,15 @@ a:hover {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
align-items: center;
align-content: center;
margin-bottom: 5em;
}
#center_wrapper, #header_wrapper {
display: flex;
flex-direction: column;
justify-content: flex-start;
justify-content: center;
align-items: center;
}

View File

@ -1 +1 @@
91925
92070