From bfe4cd3800b9b88aa2f3d1bea22c5b7dd3911ee8 Mon Sep 17 00:00:00 2001 From: AbcSxyZ Date: Tue, 16 Jan 2024 17:05:44 +0100 Subject: [PATCH] website: add comment for ellipsis removal on brand title --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index 33cf546..0790a09 100644 --- a/styles.css +++ b/styles.css @@ -1,5 +1,7 @@ /* Style for website powered by Quarto */ + +/* Avoid ellipsis for the long "Open Source Undefined" brand title on mobile */ @media (max-width: 480px) { div.navbar-brand-container { max-width: 80%;