fix: homepage logo width (#8338)
* fix: homepage logo width * fix: make Robert happy
This commit is contained in:
parent
4a1d29e86c
commit
171e50b1cd
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue