Skip to content

Commit 9a47720

Browse files
committed
style(add margin to score table): score table
score table padding
1 parent 81f1b0f commit 9a47720

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/assets/css/snake.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/css/snake.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ body {
483483
.score-table-container {
484484
width: 100%;
485485
display: inline-block;
486-
margin: 24px 0;
486+
margin: 24px 15px;
487487
background-color: var(--accent-color);
488488
max-width: 380px;
489489
max-height: 390px;

0 commit comments

Comments
 (0)