From 63f7709e82b867bca888fbd1fd6a5cc799175662 Mon Sep 17 00:00:00 2001 From: softsimon Date: Tue, 21 Mar 2023 22:20:14 +0900 Subject: [PATCH] Restoring size of current change --- .../src/app/components/difficulty/difficulty.component.html | 2 +- .../src/app/components/difficulty/difficulty.component.scss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/components/difficulty/difficulty.component.html b/frontend/src/app/components/difficulty/difficulty.component.html index b65092331..674367c7a 100644 --- a/frontend/src/app/components/difficulty/difficulty.component.html +++ b/frontend/src/app/components/difficulty/difficulty.component.html @@ -42,7 +42,7 @@
Average block time
-
+
diff --git a/frontend/src/app/components/difficulty/difficulty.component.scss b/frontend/src/app/components/difficulty/difficulty.component.scss index 7b585580c..3c41855bb 100644 --- a/frontend/src/app/components/difficulty/difficulty.component.scss +++ b/frontend/src/app/components/difficulty/difficulty.component.scss @@ -33,6 +33,9 @@ font-size: 18px; margin: auto; position: relative; + &.bigger { + font-size: 20px; + } } }