I was wondering why the <img>-max-width is set to 739px (this line ). To me it looks a bit weird that images exceed the width of the inner-class, so I set it to max-width: 100%, like it is set for smaller screens.
Is there a specific reason why exactly 739px were chosen? If yes, what were the considerations? I'm curious to find out. 🙂
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hey everybody,
I was wondering why the
<img>
-max-width
is set to739px
(this line ). To me it looks a bit weird that images exceed the width of theinner
-class, so I set it tomax-width: 100%
, like it is set for smaller screens.Is there a specific reason why exactly
739px
were chosen? If yes, what were the considerations? I'm curious to find out. 🙂Best, Stefan