Skip to content

Commit

Permalink
css update
Browse files Browse the repository at this point in the history
  • Loading branch information
clownclown-tech committed Aug 11, 2024
1 parent 9afa069 commit c86af5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
background-color: #629be0;
overflow-x: hidden; /* Verhindert horizontales Scrollen */
overflow-y: hidden; /* Verhindert vertikales Scrollen */
margin: 0;
padding: 0;
box-sizing: border-box;
}

.gameboy-body {
Expand Down
4 changes: 2 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ setInterval(() => {



// const db = new sqlite3.Database("production.sqlite");
const db = new sqlite3.Database("/mnt/highscores/production.sqlite");
const db = new sqlite3.Database("production.sqlite");
// const db = new sqlite3.Database("/mnt/highscores/production.sqlite");

// Create a highscores table if it doesn't exist
db.serialize(() => {
Expand Down

0 comments on commit c86af5c

Please sign in to comment.