Skip to content

Commit

Permalink
Fix style by reverting HTML5 DOCTYPE (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 authored Sep 19, 2024
1 parent 1f5c66f commit baf5817
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ canvas {
.output {
border: 1px inset #999;
padding: 2px;
margin: 0;
width: calc(100% - 6px);
height: calc(100% - 6px);
overflow: auto;
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
Expand Down

0 comments on commit baf5817

Please sign in to comment.