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 8a9ec63a12b32297901e259421963d9db54b8300
parent 650a3ee0b7612477ea3f7f83de5795b21df1d59e
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Thu,  9 Apr 2020 07:40:33 -0700

Improve footer style.

Diffstat:
MStyles.css | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Styles.css b/Styles.css @@ -14,6 +14,7 @@ body { text-align: center; color: var(--foreground-color); background-color: var(--background-color); + margin-bottom: 50px; } @@ -65,9 +66,11 @@ button:disabled { .footer { position: fixed; - left: 0; - bottom: 5px; + bottom: 0px; + padding-bottom: 5px; + padding-top: 5px; width: 100%; + background-color: var(--background-color); }