Remove graph1 div and add flex-direction to body
This commit is contained in:
@@ -29,8 +29,6 @@
|
||||
</nav>
|
||||
|
||||
<body>
|
||||
<div id="graph1"></div>
|
||||
|
||||
<script src="graph-classes.js"></script>
|
||||
<script src="graph-main.js"></script>
|
||||
</body>
|
||||
|
@@ -6,6 +6,7 @@
|
||||
body {
|
||||
padding-top: 5vw;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: #afafaf;
|
||||
margin: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user