Skip to content

Commit

Permalink
Make the web page look a little nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilboBaggins committed Mar 25, 2024
1 parent e44cc63 commit 39de403
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
<head>
<title>Heroic scale calculator</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: rgb(183, 223, 244);
}
.heroic-scale-calculator {
margin: 0 auto;
width: 80%;
}
.heroic-scale-calculator th {
border:1px solid #C0C0C0;
padding:5px;
Expand Down
8 changes: 8 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
<head>
<title>Heroic scale calculator</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: rgb(183, 223, 244);
}
.heroic-scale-calculator {
margin: 0 auto;
width: 80%;
}
.heroic-scale-calculator th {
border:1px solid #C0C0C0;
padding:5px;
Expand Down

0 comments on commit 39de403

Please sign in to comment.