1
0
mirror of https://github.com/XFox111/my-website.git synced 2026-04-22 07:28:01 +03:00

feat!: added cookie consent banner and management system

This commit is contained in:
2024-08-21 00:22:49 +00:00
parent dceb2e44b7
commit 67222999a9
10 changed files with 330 additions and 17 deletions
+8
View File
@@ -93,3 +93,11 @@ main.not-found + footer > .illustration
{
display: none;
}
@media screen and (max-width: 768px)
{
body:has(.cookie-banner)
{
padding-bottom: 110px;
}
}