bout to fix welcome
This commit is contained in:
parent
65c69199b9
commit
8c0b02e568
@ -112,4 +112,19 @@ section {
|
||||
|
||||
.demo {
|
||||
margin-top: 5em;
|
||||
|
||||
.colour-info {
|
||||
display: grid;
|
||||
grid-template-columns: 2fr 1fr;
|
||||
|
||||
div {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
svg {
|
||||
flex: 1;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
}
|
||||
@ -48,6 +48,15 @@ function Demo(args) {
|
||||
function inventoryElement() {
|
||||
return (
|
||||
<div class='vbox-section'>
|
||||
<h2>VBOX PHASE</h2>
|
||||
<div class='colour-info'>
|
||||
<p>
|
||||
combine the colour base items with an array of skills and specialisations to build powerful variants.
|
||||
</p>
|
||||
<div>
|
||||
{shapes.Red()} {shapes.Green()} {shapes.Blue()}
|
||||
</div>
|
||||
</div>
|
||||
<div class='vbox-items'>
|
||||
{items.map((i, j) => inventoryBtn(i, j))}
|
||||
</div>
|
||||
|
||||
@ -55,6 +55,7 @@ function Welcome() {
|
||||
</button>
|
||||
</div>
|
||||
{pageEl()}
|
||||
<hr />
|
||||
<Demo />
|
||||
</main>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user