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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悶 Bug: "app/views/about/index.html.erb" HTML structure Error #4828

Open
1 task done
Durgesh4993 opened this issue Mar 17, 2024 · 1 comment
Open
1 task done

Comments

@Durgesh4993
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

There is one potential issue in the code. In the HTML structure, the <div class="col-xs col-sm col-md col-lg div-flex-center"> element is not enclosed within a row <div class="row center-row">. This might cause layout inconsistencies depending on the CSS framework being used.

To fix this, you should enclose the <div class="col-xs col-sm col-md col-lg div-flex-center"> element within a row <div class="row center-row">.

Steps To Reproduce

1.app/views/about/index.html.erb
2. Line number 11

Expected Behavior

The error of not enclosing the

element within a row
in the provided HTML code could lead to layout inconsistencies, misalignment of elements, and responsiveness issues on the rendered web page. Enclosing the column within a row ensures proper alignment and behavior within the CSS grid system, maintaining consistency and responsiveness across different screen sizes and devices.

Screenshots

image

Device Information [optional]

- OS:
- Browser:
- version:

Additional context

No response

Are you working on this issue?

Yes

@Durgesh4993
Copy link
Author

@tanmoysrt can i send a PR for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant