Skip to content

Commit

Permalink
switched class so it won't wreck stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
shame-wizards-apprentice committed Mar 30, 2021
1 parent 441c8ab commit b3233e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/endscreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ input {
display: flex;
justify-content: space-around;
}
.buttons{
.end-buttons{
display: flex;
flex-direction: column;
align-items: vertical;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/endscreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function Endscreen() {
/>
</a>
</div>
<div className="buttons">
<div className="end-buttons">
<button
type="submit"
className="rpgui-button"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/winscreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ input {
display: flex;
justify-content: space-around;
}
.buttons{
.win-buttons{
display: flex;
flex-direction: column;
align-items: vertical;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/winscreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function WinScreen() {
<div className="music-plug">
<a href={link} target="blank"><img className="bass-clef" id="bass-clef" src={bass_clef_black} alt="Link to music by Tyler Baldwin" /></a>
</div>
<div className="buttons">
<div className="win-buttons">
<button id="submitBtn" type="submit" value="Save Game" className="rpgui-button" onClick={handleSubmit} >Next Level</button>
<button id="submitBtn" type="submit" value="Save Game" className="rpgui-button" onClick={handleHome} >Go Home</button>
</div>
Expand Down

0 comments on commit b3233e5

Please sign in to comment.