From 2f467c5ba2b4a507f5eff87e7cf8d3160c88c74b Mon Sep 17 00:00:00 2001 From: vrm-piyush Date: Mon, 10 Jun 2024 00:34:56 +0530 Subject: [PATCH] Increase result text font size --- css/style.css | 1 + css/style.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index 447cdea..ba06560 100644 --- a/css/style.css +++ b/css/style.css @@ -143,6 +143,7 @@ button.light-mode { .result { margin-top: 20px; padding: 20px; + font-size: x-large; background-color: #444; border-radius: 6px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); diff --git a/css/style.scss b/css/style.scss index b23d02e..a032fea 100644 --- a/css/style.scss +++ b/css/style.scss @@ -164,6 +164,7 @@ button { .result { margin-top: 20px; padding: 20px; + font-size: x-large; background-color: $secondary-color; border-radius: 6px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);