ipad position popup
This commit is contained in:
parent
24d9656058
commit
abc8fadc3f
|
@ -1,6 +1,6 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'gilroy-semibold';
|
font-family: 'gilroy-semibold';
|
||||||
src: url('fonts/Gilroy/gilroy-semibold-webfont.woff') format('woff');
|
src: url('../css/fonts/Gilroy/gilroy-semibold-webfont.woff') format('woff');
|
||||||
}
|
}
|
||||||
#sites-map-container {
|
#sites-map-container {
|
||||||
background-color: #cecfcc;
|
background-color: #cecfcc;
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 1090px) {
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3070,7 +3070,7 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "gilroy-semibold";
|
font-family: "gilroy-semibold";
|
||||||
src: url("fonts/Gilroy/gilroy-semibold-webfont.woff") format("woff");
|
src: url("../css/fonts/Gilroy/gilroy-semibold-webfont.woff") format("woff");
|
||||||
}
|
}
|
||||||
#sites-map-container {
|
#sites-map-container {
|
||||||
background-color: #cecfcc;
|
background-color: #cecfcc;
|
||||||
|
@ -3114,7 +3114,7 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 1090px) {
|
||||||
#sites-map-container #popup {
|
#sites-map-container #popup {
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue