Skip to content

Commit

Permalink
reduce max canvas sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Elucidation committed Feb 27, 2024
1 parent 2b9cb3a commit 1009968
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h3>2. Board Overlay</h3>
</div>
<!-- Machine Learning Portion -->
<div class="section">
<h3>3. Input to machine learning model</h3>
<h3>3. Input to ML model</h3>
<p><canvas id="resultCanvas"></canvas></p>
</div>

Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ h3 {
text-align: center;
}

canvas {
max-width: 256px;
}

/* fen2htmldiv styling */
#chessboard {
font-family: "Chess", sans-serif;
Expand Down

0 comments on commit 1009968

Please sign in to comment.