0
0
Fork 0

Remove vertical margin so flex can deal with it better

This commit is contained in:
Oliver-Akins 2021-01-09 00:18:17 -07:00
parent bf7732de26
commit 5ebe6ea5c7

View file

@ -243,9 +243,9 @@ input[type="text"] {
border-width: 2px; border-width: 2px;
font-size: larger; font-size: larger;
outline: none; outline: none;
margin: 7px 0;
padding: 7px; padding: 7px;
width: 90%; width: 90%;
margin: 0;
} }
input[type="text"]:focus { input[type="text"]:focus {
border-color: var(--board-background-text); border-color: var(--board-background-text);