From 118626c8752bee7b05c4e0b668852e1aba2416f1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 21 Apr 2023 15:04:52 +0200 Subject: Implement runner in client side --- client/src/sass/class-helpers/_custom-bootstrap-helpers.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/sass/class-helpers/_custom-bootstrap-helpers.scss') diff --git a/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss b/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss index dfe6f9050..b39c4144f 100644 --- a/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss +++ b/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss @@ -6,3 +6,7 @@ .fs-5-5 { @include font-size(18px); } + +.fs-7 { + @include font-size(14px); +} -- cgit v1.2.3