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

Sumário está sobreposto ao texto no celular #133

Closed
guilhermesv opened this issue Nov 28, 2023 · 1 comment
Closed

Sumário está sobreposto ao texto no celular #133

guilhermesv opened this issue Nov 28, 2023 · 1 comment

Comments

@guilhermesv
Copy link

No celular ao visualizar algumas páginas com um sumário longo, o sumário acaba ficando sobre o texto como na imagem em anexo.
2023-11-28 08_51_33-Alexandre Villares — Mozilla Firefox

Sugestão acrescentar a regra de CSS:

@media screen and (max-width: 600px) {
  div.summary-style {
    float: none;
  }
}
villares added a commit to villares/villares.github.io that referenced this issue Dec 4, 2023
@villares
Copy link
Owner

villares commented Dec 4, 2023

Nossa, muito obrigado @guilhermesv! Acho que a sua sugestão matou a pau!

@villares villares closed this as completed Dec 4, 2023
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