In my CSS, I have implemented two breakpoints:
- For iPhones: Only the resume content should be visible without any image - this is working fine.
- For desktops: The image should be aligned to the left side of the resume content. However, I am encountering an issue where only a part of the image is shown and the image and content are not placed next to each other.
I would appreciate suggestions on alternative solutions besides splitting the <section>
. As the image is stored locally, I have attached a screenshot below:
https://i.sstatic.net/zTrn5.png
Below is the code snippet: