responsive header nav et taille carte, fix css
This commit is contained in:
parent
e50c8d95a2
commit
bfb94ef05b
|
@ -7,7 +7,7 @@
|
|||
text-align: center;
|
||||
position: relative;
|
||||
width: 155%;
|
||||
max-width: 800px;
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
height: auto;
|
||||
}
|
||||
|
@ -63,7 +63,7 @@
|
|||
color: white;
|
||||
background: black;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.6rem;
|
||||
font-size: 0.5rem;
|
||||
padding-left: 0.5rem;
|
||||
text-decoration: none;
|
||||
margin-top: 0.7rem;
|
||||
|
@ -83,9 +83,10 @@
|
|||
#popup-content {
|
||||
width: 300px;
|
||||
padding-right: 30px;
|
||||
font-size: 0.6rem !important;
|
||||
}
|
||||
#popup-content p {
|
||||
font-size: 0.7rem;
|
||||
font-size: 0.6rem !important;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#popup-content {
|
||||
|
|
|
@ -61,9 +61,9 @@ class SitesMap extends BlockBase {
|
|||
$x = round(($lon - $lonLeft) / ($lonRight - $lonLeft) * $vp_w);
|
||||
$y = round(($latTop - $lat) / ($latTop - $latBottom) * $vp_h);
|
||||
|
||||
$r = 15;
|
||||
$r = 12;
|
||||
$m = -$r/1.5+3;
|
||||
$l = $r/1.5 +4;
|
||||
$l = $r/1.5 +2.5;
|
||||
$sites_paths .= <<<SVGSITEPATH
|
||||
<g
|
||||
id="site-$index"
|
||||
|
|
|
@ -479,7 +479,7 @@ header .header_nav_container #block-quartiers-de-demain-entete ul li a {
|
|||
font-size: 0.6rem;
|
||||
}
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
@media (max-width: 810px) {
|
||||
header .header_nav_container #block-quartiers-de-demain-entete ul li a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -3013,6 +3013,12 @@ body {
|
|||
grid-column: 2/span 9;
|
||||
}
|
||||
}
|
||||
@media (max-width: 510px) {
|
||||
.node-type-static .layout-content .content_container #block-quartiers-de-demain-titredepage {
|
||||
margin-top: 13rem;
|
||||
grid-column: 2/span 9;
|
||||
}
|
||||
}
|
||||
.node-type-static .layout-content .content_container #block-quartiers-de-demain-titredepage h1 {
|
||||
text-transform: none;
|
||||
color: black;
|
||||
|
|
|
@ -15,6 +15,10 @@
|
|||
margin-top: 10rem;
|
||||
grid-column: 2 /span 9;
|
||||
}
|
||||
@media(max-width: 510px){
|
||||
margin-top: 13rem;
|
||||
grid-column: 2 /span 9;
|
||||
}
|
||||
|
||||
h1{
|
||||
text-transform: none;
|
||||
|
|
|
@ -221,7 +221,7 @@ header{
|
|||
@media(max-width:1090px){
|
||||
font-size: 0.6rem;
|
||||
}
|
||||
@media(max-width: 500px){
|
||||
@media(max-width: 810px){
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
@ -249,43 +249,6 @@ header{
|
|||
#block-quartiers-de-demain-selecteurdelangue{
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
// .language-switcher-language-url{
|
||||
// text-transform: uppercase;
|
||||
// color: white;
|
||||
|
||||
// ul{
|
||||
// display: flex;
|
||||
// flex-direction: row;
|
||||
// font-size:0.6rem;
|
||||
// padding: 0;
|
||||
|
||||
// @media(max-width: 660px){
|
||||
// margin-bottom: 0;
|
||||
// }
|
||||
// @media(max-width: 500px){
|
||||
// flex-direction: column;
|
||||
// // margin-bottom: 0;
|
||||
// margin: auto;
|
||||
// }
|
||||
// li a {
|
||||
// color: white;
|
||||
// font-family: 'gilroy-light';
|
||||
|
||||
// }
|
||||
// li:nth-child(1){
|
||||
// &::after{
|
||||
// content: " / ";
|
||||
// white-space: pre;
|
||||
// @media(max-width: 660px){
|
||||
// content:none ;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// .is-active{
|
||||
// font-family: 'gilroy-bold';
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue