Skip to content

Commit

Permalink
Remove red border and box-sizing properties from canvas element in ma…
Browse files Browse the repository at this point in the history
…in CSS (#45)
  • Loading branch information
MiguelRipoll23 authored Dec 9, 2024
1 parent 0c160c5 commit d176f0c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,3 @@ button:disabled {
hr {
margin: 16px 0;
}

canvas {
border: 2px solid red;
box-sizing: border-box;
}

0 comments on commit d176f0c

Please sign in to comment.