We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug compare using col-xs-12 &c col-sm-12, we can see there different. and the size are the same with -xs and -xl.
To Reproduce Steps to reproduce the behavior: try user cols-xs and change to -xl, there no differenct change
Expected behavior should be become small in term of size
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
it's not a bug man. Bootstrap 4 removed the col-xs-x class. you have to use col-x to set min screen
col-xs-x
col-x
Example :
<div class="col-xl-3 col-lg-4 col-sm-6 col-12"> HELLO World...! </div>
https://getbootstrap.com/docs/4.6/layout/grid/#grid-options
Sorry, something went wrong.
No branches or pull requests
Describe the bug
compare using col-xs-12 &c col-sm-12, we can see there different. and the size are the same with -xs and -xl.
To Reproduce
Steps to reproduce the behavior:
try user cols-xs and change to -xl, there no differenct change
Expected behavior
should be become small in term of size
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: