Skip to content

Commit

Permalink
made the main contents (hopefully) align correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnaliam committed Apr 14, 2024
1 parent a9b1089 commit 7e017a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
</head>

<body>
<main class="container">
<main class="container" style="display: flex; flex-direction: column;">
<h2 style="text-align: center;">SimpleScope</h2>

<center>
<canvas id="canvas" height="324" width="645" style="padding-bottom: 50px;"></canvas>

<br>
<input type="range" id="timeSlider" value="0" style="width: 645px;" />
<center>
<section class="grid" style="width: 30%;" />
Expand Down

0 comments on commit 7e017a4

Please sign in to comment.