summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorGrant Shangreaux <shshoshin@protonmail.com>2020-01-12 23:19:28 -0600
committerGrant Shangreaux <shshoshin@protonmail.com>2020-01-12 23:19:28 -0600
commita9a1509405804be9f329a4168515a607b1bbea1e (patch)
tree23f50719bf82563646ba387b253a15ac8ae1ddad /style.css
parent70fb6d7c519d1a81afcc6cbe5aeb6f3b6850e3e6 (diff)
Feature: resume playback from local storage of current tape time
Diffstat (limited to 'style.css')
-rw-r--r--style.css19
1 files changed, 19 insertions, 0 deletions
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;