From 374168d3a8878a9cfac0e775995882e9759d8b66 Mon Sep 17 00:00:00 2001 From: Daniel Milchev Date: Tue, 30 Aug 2022 11:09:59 +0300 Subject: [PATCH] [#105] Fix website UI formatting for small, medium and extra large devices Temporarily changed ".td-max-width-on-larger-screens" until the project is migrated to a new docsy version. Signed-off-by: Daniel Milchev --- web/site/assets/scss/_screen.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/web/site/assets/scss/_screen.scss b/web/site/assets/scss/_screen.scss index fefb89d1..cd3933ff 100644 --- a/web/site/assets/scss/_screen.scss +++ b/web/site/assets/scss/_screen.scss @@ -3,10 +3,11 @@ .w-lg-75 { width: 75% !important; } - // Sets the content width in blog and docs - .td-max-width-on-larger-screens { - max-width: 100% !important; - } +} + +// Sets the content width in blog and docs +.td-max-width-on-larger-screens { + max-width: 100% !important; } // Overwriting height and padding used for cover blocks