Fix lobby button alignment

This commit is contained in:
Alec Maier
2020-04-12 16:37:19 -04:00
parent abd4b0b9a4
commit 44b957a9c2

View File

@@ -387,9 +387,6 @@ button {
}
.app-btn {
display: flex;
align-items: center;
justify-content: center;
background-color: #992626;
box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.4);
color: #bfb8b8;
@@ -400,6 +397,12 @@ button {
margin-bottom: 1em;
}
#create-game-container .app-btn {
display: flex;
align-items: center;
justify-content: center;
}
.app-btn img, .app-btn-secondary img {
width: 15px;
}