ADD: added small details view on click on an entity

This commit is contained in:
hwinkel
2023-09-25 09:26:46 +02:00
parent df41e5d9ea
commit 8587d1d664
11 changed files with 2829 additions and 2761 deletions

View File

@@ -3,7 +3,7 @@ import "./header.scss";
const Header = () => (
<div className="header">
<h2>Cloud Simulator</h2>
<font className="caption">Cloud Simulator</font>
</div>
);

View File

@@ -6,5 +6,10 @@
align-items: center;
justify-content: center;
color: white;
height: 70px;
}
.caption{
font-size: 40px;
}