Skip to content

Commit

Permalink
UI modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-Rahman-Apu committed Sep 10, 2024
1 parent 3568dec commit 6ab7d98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ button:disabled {
/* Small devices such as large phones (640px and up) */
@media only screen and (max-width: 640px) {
.heading {
font-size: 1.3rem;
font-size: 1.6rem;
}

.container {
Expand All @@ -196,6 +196,7 @@ button:disabled {

.board-header p {
margin-top: 30px;
font-size: 1.3rem;
}

input[type="text"] {
Expand All @@ -218,6 +219,10 @@ button:disabled {
.board-main {
height: 250px;
}

.player-turn {
font-size: 1.3rem;
}
}

/* Medium devices such as tablets (768px and up) */
Expand Down

0 comments on commit 6ab7d98

Please sign in to comment.