fix: homepage logo width (#8338)

* fix: homepage logo width

* fix: make Robert happy
This commit is contained in:
Nicolas Giard 2024-12-17 11:08:35 -05:00 committed by GitHub
parent 4a1d29e86c
commit 171e50b1cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -236,9 +236,13 @@ th,
// Helper to constrain the size of the main logo // Helper to constrain the size of the main logo
.ietflogo { .ietflogo {
width: 75%; width: 100%;
max-width: 300px; max-width: 300px;
} }
.ietflogo > img {
min-width: 100px;
width: 100%;
}
// Make revision numbers pagination items fixed-width // Make revision numbers pagination items fixed-width
.revision-list { .revision-list {