From 19adfd5116a23c3ccff70c8c12ecc3ffe48736c8 Mon Sep 17 00:00:00 2001 From: Cody Date: Sat, 10 Feb 2024 09:40:46 -0800 Subject: [PATCH] sets responsive breakpoint to bootstrap md 767.98px --- .../wwwroot/Themes/Oqtane.Themes.BlazorTheme/Theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.BlazorTheme/Theme.css b/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.BlazorTheme/Theme.css index eac1145d..266adcc8 100644 --- a/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.BlazorTheme/Theme.css +++ b/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.BlazorTheme/Theme.css @@ -197,7 +197,7 @@ } } -@media (max-width: 767px) { +@media (max-width: 767.98px) { .app-logo { height: 80px; display: flex;