fix alignment
This commit is contained in:
parent
b2658d5150
commit
ed1a0ec5a6
@ -119,7 +119,7 @@ function Demo(args) {
|
|||||||
: 'empty gray';
|
: 'empty gray';
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div class='construct-list'>
|
<div class='news construct-list'>
|
||||||
{players[0].constructs.map((c, i) => (
|
{players[0].constructs.map((c, i) => (
|
||||||
<div class="instance-construct" key={i}>
|
<div class="instance-construct" key={i}>
|
||||||
<h2 class="name" >{c.name}</h2>
|
<h2 class="name" >{c.name}</h2>
|
||||||
@ -166,7 +166,7 @@ function Demo(args) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section class='demo'>
|
<section class='demo news'>
|
||||||
{vboxDemo()}
|
{vboxDemo()}
|
||||||
{vboxConstructs()}
|
{vboxConstructs()}
|
||||||
{gameDemo()}
|
{gameDemo()}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user