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 8695854 commit 021f8e7Copy full SHA for 021f8e7
web/src/components/CookieConsentBanner.module.css
@@ -4,17 +4,25 @@
4
border-radius: var(--custom-border-radius-md);
5
padding: 16px;
6
box-shadow: var(--custom-shadow-lw);
7
- max-width: 380px;
8
position: fixed;
9
- right: 20px;
10
- bottom: 20px;
11
- left: auto;
+ left: 10px;
+ bottom: 10px;
+ right: 10px;
12
width: auto;
13
display: flex;
14
flex-direction: column;
15
align-items: stretch;
16
}
17
+@media (min-width: 40rem) {
18
+ .container {
19
+ max-width: 380px;
20
+ right: 20px;
21
+ bottom: 20px;
22
+ left: auto;
23
+ }
24
+}
25
+
26
.content {
27
color: var(--ifm-font-color-base);
28
font-size: 14px;
0 commit comments