From 35d92cc7eb5e52cb42e69481db82f8060a09fc95 Mon Sep 17 00:00:00 2001 From: Max Stevenson Date: Thu, 12 Nov 2020 20:48:02 -0600 Subject: [PATCH] Minor style changes. - Changed html for stop button along with font size. --- index.html | 2 +- public/stylesheets/styles.css | 2 +- sass/components/_buttons.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index d7e992a..23f8d6e 100644 --- a/index.html +++ b/index.html @@ -675,7 +675,7 @@

+ >⬛

diff --git a/public/stylesheets/styles.css b/public/stylesheets/styles.css index ee8c86f..7bd83b8 100644 --- a/public/stylesheets/styles.css +++ b/public/stylesheets/styles.css @@ -271,7 +271,7 @@ body { } #stop-button { - font-size: 11.55px; + font-size: 16px; } #power-charge { diff --git a/sass/components/_buttons.scss b/sass/components/_buttons.scss index 14c0393..5264511 100644 --- a/sass/components/_buttons.scss +++ b/sass/components/_buttons.scss @@ -38,7 +38,7 @@ } #stop-button { - font-size: 11.55px; + font-size: 16px; } #power-charge {