cookies consent

This commit is contained in:
2020-11-30 21:51:52 +01:00
parent 6d02533d69
commit 689fb9c88b
5 changed files with 68 additions and 1 deletions

View File

@@ -71,4 +71,19 @@ p {
margin-left: 10px;
margin-top: auto;
margin-bottom: auto;
}
}
.cookies-container {
max-width: 800px;
display: flex;
align-items: center;
position: fixed;
bottom: 24px;
background-color: #262626;
border-radius: 15px;
z-index: 5;
h5 {
font-weight: 400;
padding-left: 18px;
}
}