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

View File

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

View File

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

View File

@ -1 +1 @@
91925 92070