From 9069f320dd9440d411519bb9f0fb67f1a3de469c Mon Sep 17 00:00:00 2001 From: uxn Date: Tue, 19 Sep 2023 12:27:16 +0200 Subject: [PATCH] 1810 : fixing css --- src/styles/App.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styles/App.scss b/src/styles/App.scss index c25a4b7..9392ec4 100644 --- a/src/styles/App.scss +++ b/src/styles/App.scss @@ -311,6 +311,9 @@ body { padding-right: 6px; word-break: break-all; } + .res-field-1810-image { + font-size: 6px; + } } @media only screen and (max-width: 768px) { @@ -394,6 +397,10 @@ body { font-size: 7px; } + .res-field-1810-image { + font-size: 6px; + } + .data-field-2003 { font-size: 5px; }