From 8373e3f27e1bd8153450451abd76a5b30bfc6c6f Mon Sep 17 00:00:00 2001 From: David Cliff Date: Fri, 29 Mar 2024 15:02:47 +0000 Subject: [PATCH] Testing out responsive text size for the mods display --- .version | 2 +- app/assets/stylesheets/cerberus.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.version b/.version index ec4704a25..55cc4f6ad 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.6.14 +2.6.15 diff --git a/app/assets/stylesheets/cerberus.scss b/app/assets/stylesheets/cerberus.scss index 96a607522..e3a8af498 100644 --- a/app/assets/stylesheets/cerberus.scss +++ b/app/assets/stylesheets/cerberus.scss @@ -9,6 +9,10 @@ body { flex-direction:column; } +.mods { + font-size: calc(0.8rem + 0.1vw); +} + .well { background-color: #ecf0f1; }