-
Notifications
You must be signed in to change notification settings - Fork 339
Cookie and footer changes #2400
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
Conversation
|
|
| .footer-top-section | ||
| display: flex | ||
| align-items: center | ||
| flex-wrap: wrap | ||
| justify-content: space-between | ||
| width: 100% | ||
| gap: 30px | ||
| @media (max-width: 655px) | ||
| justify-content: center | ||
|
|
||
| .footer-top-section .footer-top-img-section | ||
| display: flex | ||
| gap: 40px | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| .footer-top-section | |
| display: flex | |
| align-items: center | |
| flex-wrap: wrap | |
| justify-content: space-between | |
| width: 100% | |
| gap: 30px | |
| @media (max-width: 655px) | |
| justify-content: center | |
| .footer-top-section .footer-top-img-section | |
| display: flex | |
| gap: 40px | |
| .footer-top-section | |
| display: flex | |
| align-items: center | |
| flex-wrap: wrap | |
| justify-content: space-between | |
| width: 100% | |
| gap: 30px | |
| @media (max-width: 655px) | |
| justify-content: center | |
| .footer-top-img-section | |
| display: flex | |
| gap: 40px | |
_includes/cookie-consent.html
Outdated
| .buttons-block { | ||
| margin-top: 40px; | ||
| } | ||
|
|
||
| #cookie-notice #cookie-notice-accept { | ||
| margin-top: 1.3rem; | ||
| margin-left: 0; | ||
| #cookie-notice-text { | ||
| width: 100%; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add margin bottom for #cookie-notice-text instead add margin top to .buttons-block
PR description
The documentation updated for ...
Link checker
The links will be checked by the build agent automatically once you create or update your PR.
You can use the following command to check the broken links locally.