Commit 560ad6e
authored
features: Use CSS to properly normalize image sizes (#486)
On the features page, the logos have all different sizes. The height is
manually set to 32px, but some other CSS overrides that with `height:
auto`:
<img width="457" height="237" alt="CleanShot 2025-10-30 at 08 21 59@2x"
src="https://github.com/user-attachments/assets/85333943-fb80-457e-bf78-efea97b7b234"
/>
This PR adds CSS to constrain the height of the logos via `max-height`.1 parent 2d22a13 commit 560ad6e
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2585 | 2585 | | |
2586 | 2586 | | |
2587 | 2587 | | |
| 2588 | + | |
| 2589 | + | |
| 2590 | + | |
| 2591 | + | |
2588 | 2592 | | |
2589 | 2593 | | |
2590 | 2594 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments