From a9a1509405804be9f329a4168515a607b1bbea1e Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Sun, 12 Jan 2020 23:19:28 -0600 Subject: Feature: resume playback from local storage of current tape time --- style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index b76978d..adb51fa 100644 --- a/style.css +++ b/style.css @@ -20,6 +20,7 @@ p { display: flex; margin: auto; width: 95%; + justify-content: center; } .tape { @@ -28,6 +29,19 @@ p { max-width: 50vw; } +.side { + display: flex; + flex-direction: column; + justify-content: center; + margin: auto; + width: 100%; +} + +h3 { + margin: auto; + padding-bottom: .25em; +} + .tape-deck-container { display: flex; flex-direction: column; @@ -47,6 +61,11 @@ p { } button { + width: 10%; + margin: auto; +} + +.touch-button { margin: 0; padding: 0; background: lightblue; -- cgit v1.2.3