We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b63fe commit 20b2f84Copy full SHA for 20b2f84
JavaDiscord/css/queries.css
@@ -326,3 +326,27 @@
326
}
327
328
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