core: actually achieve split intro

This commit is contained in:
Trianta
2024-12-10 01:02:34 -06:00
parent a751832a5c
commit d574883963
2 changed files with 38 additions and 50 deletions
+4 -14
View File
@@ -20,26 +20,16 @@ body {
padding: 2rem 1.5rem;
}
#introduction {
height: 100%;
width: 50%;
position: fixed;
z-index: 1;
top: 0;
overflow-x: hidden;
padding-top: 20px;
}
#introLeft {
display: inline-block;
max-width: 40rem;
left: 0;
max-width: 74rem;
width: 100%;
}
#introRight {
display: inline-block;
max-width: 10rem;
right: 0;
max-width: 5rem;
width: 100%;
}
.navigation {