summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/style.css b/style.css
index c2b9668..b76978d 100644
--- a/style.css
+++ b/style.css
@@ -41,8 +41,21 @@ p {
margin-top: 1em;
}
-.buttons {
- margin: auto;
+.button-container {
+ display: flex;
+ justify-content: center;
+}
+
+button {
+ margin: 0;
+ padding: 0;
+ background: lightblue;
+ width: 130px;
+ border: none;
+}
+
+.play-button {
+ width: 130px;
}
.tape-deck-img {