Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout Improvement: Add Spacing Between Video Player and Webpage Content for Better Visual Appeal #1322

Open
Shreyhac opened this issue Oct 14, 2024 · 2 comments

Comments

@Shreyhac
Copy link

The webpage currently lacks proper spacing between the video player and the surrounding content, resulting in a cramped and unappealing layout. When the video is played, it appears directly adjacent to other elements on the page, making the overall design look unpolished and difficult to focus on. This issue impacts the user experience as it feels visually cluttered, especially when viewed on various screen sizes.

Why It Matters:
Visual Appeal: Adequate spacing between elements is crucial for maintaining a clean and professional look. The lack of spacing between the video and the webpage content can make the layout feel unfinished.
User Experience: A more spacious layout allows users to focus better on the video and the surrounding information without feeling overwhelmed.
Consistency: Adding consistent margins or padding will improve the webpage's responsiveness, ensuring a more uniform experience across different devices like mobile phones, tablets, and desktops.
Suggested Solution:
To address this issue, it would be beneficial to introduce margin or padding around the video container. This could be implemented using CSS styles:

css
Copy code
.video-container {
margin: 20px; /* Adjust as needed /
padding: 10px; /
Optional, for internal spacing */
}
Expected Outcome:
By adding the suggested margin or padding, the video player will be separated from the surrounding content, creating a more balanced and visually appealing layout. This adjustment will improve the overall user experience by making the webpage look cleaner and more organized.

Additional Context:
Here is a screenshot illustrating the current layout issue:
Screenshot 2024-10-15 at 01 01 49

Feel free to adjust the CSS values based on the design requirements to ensure that the spacing looks good on all screen sizes.

@udayjordan
Copy link
Contributor

I would like to contribute to this issue I think it can be easily solved by the proper use of CSS media query

@udayjordan
Copy link
Contributor

I also have a problem regarding which file in the folder structure the CSS with the required change needed. Can you help with the locating of the file for the code modification

udayjordan added a commit to udayjordan/responsively-app that referenced this issue Oct 14, 2024
…tter margin and padding to add a responsiveness
violetadev added a commit that referenced this issue Oct 22, 2024
 Fix for issue #1322 : Changed the media query for better margin and …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants