Fix #4
This commit is contained in:
parent
bf54f44ec8
commit
871a35a900
|
|
@ -29,7 +29,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width:840px) {
|
@media screen and (max-width:890px) {
|
||||||
#tarteaucitron {
|
#tarteaucitron {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
bottom: 0 !important;
|
bottom: 0 !important;
|
||||||
|
|
@ -112,12 +112,12 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-height: 80%;
|
max-height: 80%;
|
||||||
max-width: 860px;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 10%;
|
top: 10%;
|
||||||
|
width: 860px;
|
||||||
z-index: 2147483647;
|
z-index: 2147483647;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue