Skip to content

Commit

Permalink
battlemap ui
Browse files Browse the repository at this point in the history
  • Loading branch information
isabellaalps committed Jun 23, 2024
1 parent f9c3aff commit 3fd9100
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Battlemap/Battlemap.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#battlemap {
display: grid;
justify-content: left;
margin-left: 300px;
grid-template-columns: repeat(8, 100px);
grid-template-rows: repeat(8, 100px);
width: 800px;
Expand All @@ -11,7 +9,7 @@

.text-container {
display: flex;
justify-content: center;
justify-content: left;
}

.text-container h1 {
Expand Down

0 comments on commit 3fd9100

Please sign in to comment.