Skip to content

Commit

Permalink
fix: homepage logo width (#8338)
Browse files Browse the repository at this point in the history
* fix: homepage logo width

* fix: make Robert happy
  • Loading branch information
NGPixel authored Dec 17, 2024
1 parent 4a1d29e commit 171e50b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ietf/static/css/ietf.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 171e50b

Please sign in to comment.