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

substract an additional 52px when the privacy notice is visible #4745

Open
github-actions bot opened this issue Aug 14, 2023 · 0 comments
Open

substract an additional 52px when the privacy notice is visible #4745

github-actions bot opened this issue Aug 14, 2023 · 0 comments
Labels

Comments

@github-actions
Copy link
Contributor

/* TODO: substract an additional 52px when the privacy notice is visible */

.content {
  padding: 0;
  /* TODO: substract an additional 52px when the privacy notice is visible */
  min-height: calc(100vh - 64px - 28px - 0.5rem);
}

@media screen and (max-width: 959px) {
@github-actions github-actions bot added the todo label Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants