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 {