0
0
Fork 0

Add corner rounding to the question boxes.

This commit is contained in:
Oliver-Akins 2020-12-13 14:58:42 -07:00
parent d238c72ac4
commit ecc580e8d7

View file

@ -52,6 +52,7 @@ export default {
background-color: var(--board-background);
color: var(--board-background-text);
padding: 10px 10px 0 10px;
border-radius: 7px;
margin: 5px;
width: 40%;
}