website
website copied to clipboard
In Layout > Introduction Has Layout Inconsistency for Images
Describe the problem
Some images are full-width and centered, while others are smaller and aligned to the left.
Expected fix
This is commonly caused by inconsistent styling I will improve styling for this images make it consistent.
On which browser(s) did you experience this issue?
Chrome
Additional context
No response
I would like to fix this problem.
- [x] I will try and fix this problem on docs.flutter.dev.
@parlough @sfshaza2 Can I work on this issue ?
parlough sfshaza2 Can I work on this issue ?
Sure! But before spending the time, could you outline what adjustments you want to make? Some of the images being full width might make them too large, I'm not sure.
@parlough I will add css .center-wide { width: 100%; } In utills.scss then use in image class
Looks like ,