Remove graph1 div and add flex-direction to body

This commit is contained in:
sietse jonker
2024-03-31 21:08:35 +02:00
parent eea0828b37
commit 28cc13484f
2 changed files with 1 additions and 2 deletions

View File

@@ -29,8 +29,6 @@
</nav>
<body>
<div id="graph1"></div>
<script src="graph-classes.js"></script>
<script src="graph-main.js"></script>
</body>

View File

@@ -6,6 +6,7 @@
body {
padding-top: 5vw;
display: flex;
flex-direction: column;
background-color: #afafaf;
margin: 0;
}