Split sudoku css from general css
This commit is contained in:
parent
c34d31effe
commit
be11a2ee83
3 changed files with 10 additions and 9 deletions
9
public/css/styles.css
Normal file
9
public/css/styles.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
body {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue