core: actually achieve split intro
This commit is contained in:
+4
-14
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user