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 2bde5c90fa53c28ad03672c2e2d2325b26a14dc4
parent 57067845209d902b08772b70d2a2f7f98805229d
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Thu, 24 Dec 2020 11:49:49 -0800

Change back arrow position from fixed to absolute.

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

diff --git a/css/global.css b/css/global.css @@ -94,7 +94,7 @@ header { } #backArrow { - position: fixed; + position: absolute; left: 10px; height: 30px; background-color: var(--theme-color);