core: attempt to split intro

This commit is contained in:
Trianta
2024-12-10 00:54:17 -06:00
parent 2a5dcb5ed7
commit a751832a5c
2 changed files with 78 additions and 81 deletions
+12 -9
View File
@@ -20,29 +20,32 @@ body {
padding: 2rem 1.5rem;
}
.first {
background: #03001C;
}
.second {
background: #03001C;
#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;
}
#introRight {
display: inline-block;
max-width: 10rem;
right: 0;
}
.navigation {
text-align: right;
padding: 6px;
text-align: center;
max-width: 4rem;
margin: auto;
width: 100%;
}
.canvas {