Skip to content

Commit 20b2f84

Browse files
authored
Cookie Banner responsive
1 parent 16b63fe commit 20b2f84

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

JavaDiscord/css/queries.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,3 +326,27 @@
326326
}
327327
}
328328

329+
/* Cookie-Banner */
330+
331+
@media only screen and (max-width: 535px) {
332+
.cookie-container.active {
333+
position: fixed;
334+
bottom: 0;
335+
left: 0;
336+
right: 0;
337+
width: 100%;
338+
border-radius: 0px;
339+
}
340+
341+
.cookie-content {
342+
padding-right: 50px;
343+
}
344+
345+
.cookie-links {
346+
padding: 20px 50px 20px 0px;
347+
}
348+
349+
#got-it-btn {
350+
font-size: 24px;
351+
}
352+
}

0 commit comments

Comments
 (0)