Skip to content

Commit

Permalink
Battleship: Small layout fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yauheni authored and YauheniDraichykau committed Apr 30, 2024
1 parent 1420db5 commit fca4dfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
width: 50%;
display: flex;
flex-direction: column;
justify-content: end;
justify-content: flex-end;
gap: 10px;

.manageTurn {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
text-align: center;
color: #ffffff;
background: black;
z-index: 1;

background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 10%, rgba(0,51,39,1) 50%, rgba(0,0,0,1) 90%);
Expand Down
1 change: 1 addition & 0 deletions frontend/apps/battleship/src/pages/game.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.gameContainer {
flex: 1;
padding-bottom: 36px;
}

.gameDarkHeading {
Expand Down

0 comments on commit fca4dfb

Please sign in to comment.