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
description: footer of web page at https://nightwatchjs.org/ is not responsive for smaller screen sizes (particularly less than 768px)
step to reproduce:
observations:
Suggested fix:
The text was updated successfully, but these errors were encountered:
Fix: Adjusted footer layout for better responsiveness
.footer__wrapper-inner-menu > ul
.footer__wrapper-inner-social
.footer__wrapper-inner-social-logo
Updated file: public/css/style.css
public/css/style.css
@media (max-width: 1024px) { .footer__wrapper-inner-menu>ul { display: `flex;` flex-wrap: wrap; gap: 20px; } .footer__wrapper-inner-social { display: flex; flex-direction: column; align-items: center; } .footer__wrapper-inner-social-links { align-items: center; } .footer__wrapper-inner-social-logo { min-width: 100%; display: flex; flex-direction: column; align-items: center; } .footer__wrapper-inner-social-logo svg { max-width: 270px; } }
this is screenshot in different size of screen.
Sorry, something went wrong.
No branches or pull requests
description:
footer of web page at https://nightwatchjs.org/ is not responsive for smaller screen sizes (particularly less than 768px)
step to reproduce:
observations:
Suggested fix:
The text was updated successfully, but these errors were encountered: