From 171e50b1cd2f57bd9c4b099e1d33e3444d127834 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Tue, 17 Dec 2024 11:08:35 -0500 Subject: [PATCH] fix: homepage logo width (#8338) * fix: homepage logo width * fix: make Robert happy --- ietf/static/css/ietf.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ietf/static/css/ietf.scss b/ietf/static/css/ietf.scss index e2d5cb395..f1f2b94a1 100644 --- a/ietf/static/css/ietf.scss +++ b/ietf/static/css/ietf.scss @@ -236,9 +236,13 @@ th, // Helper to constrain the size of the main logo .ietflogo { - width: 75%; + width: 100%; max-width: 300px; } +.ietflogo > img { + min-width: 100px; + width: 100%; +} // Make revision numbers pagination items fixed-width .revision-list {