0
0
Fork 0

Add padding back to the other team answers

This commit is contained in:
Oliver-Akins 2021-03-27 12:29:42 -06:00
parent 13c35375f1
commit 2a8fc17bfc

View file

@ -298,12 +298,9 @@ input[type="text"] {
input[type="text"]:focus { input[type="text"]:focus {
border-color: var(--board-background-text); border-color: var(--board-background-text);
} }
/* input[type="text"].team-answer {
padding-right: 5%;
}
input[type="text"].other-team-answer { input[type="text"].other-team-answer {
padding-left: 5%; padding-left: 35px;
} */ }
#past-questions-toggle { #past-questions-toggle {
background-color: var(--past-questions-button-default); background-color: var(--past-questions-button-default);