Skip to content

Commit

Permalink
Small mobile fix, commiting to test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertMargaryan committed Jan 5, 2024
1 parent d40e0e3 commit 9ea0f87
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ body {
font-family: 'teko', 'minesweeper';
}

a {
color: #001EC1;
text-decoration: none;
}

p {
font-family: inherit;
font-size: inherit;
Expand Down Expand Up @@ -76,6 +81,7 @@ p {
.time-stopwatch, .mines-container {
width: 70px; /* Fixed width for the stopwatch */
border: 3px inset;
user-select: none;
}

.game-info-decorative > * {
Expand Down Expand Up @@ -335,4 +341,12 @@ table.highscore {
align-items: center;
font-size: 30px;
margin: 10px 0;
}


@media screen and (max-width: 500px) {
.highscore-table {
flex-direction: column;
}

}

0 comments on commit 9ea0f87

Please sign in to comment.