Skip to content

Commit

Permalink
fix(plays): remove redundant css to fix bug#1420 (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
rookieCoder9 committed Jan 15, 2024
1 parent c387759 commit 38e416f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/plays/schulte-tables/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
flex-direction: column;
}

h1 {
text-align: center;
}

.game-title {
text-align: center;
font-size: 4rem;
Expand Down Expand Up @@ -66,4 +62,4 @@ h1 {
max-width: 500px;
text-align: center;
margin: 2rem auto;
}
}

0 comments on commit 38e416f

Please sign in to comment.