diff --git a/index.html b/index.html index 31be7da..26e80a7 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@

Improv Practice

-
Click a button to get a suggestion
+
Click a button to get a suggestion
00:00
diff --git a/styles.css b/styles.css index 3a0a16f..430802e 100644 --- a/styles.css +++ b/styles.css @@ -7,6 +7,8 @@ .timer-container { position: fixed; bottom: 20px; + left: 50%; + transform: translateX(-50%); display: flex; align-items: center; }