spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit bb33f66a358450330437fa070bcd1b2ac2dac25c
parent c9936b3e6443eda326bbfff9a995885ec70e371b
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Wed,  3 Mar 2021 19:01:41 -0800

Fix settings start button width

Diffstat:
Mcss/filtersPage.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/css/filtersPage.css b/css/filtersPage.css @@ -87,7 +87,7 @@ /* Expand start button */ .settingsStart { - width: calc(100% - 20px); + width: 100%; font-size: 18px; height: 50px; }