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 {