Compare commits
2 Commits
415efe611c
...
78e44cd2c1
| Author | SHA1 | Date | |
|---|---|---|---|
| 78e44cd2c1 | |||
| e02e16e8a1 |
@@ -4078,7 +4078,7 @@ body {
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div .node-type-projet .node-projet-title {
|
||||
width: 80%;
|
||||
padding-left: 0.5rem;
|
||||
font-size: 0.7rem;
|
||||
font-size: 0.5rem;
|
||||
margin: 0;
|
||||
background-color: #f6f7f3;
|
||||
font-family: "gilroy-regular";
|
||||
@@ -4086,7 +4086,7 @@ body {
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div .node-type-projet .field_field_nom_de_l_equipe {
|
||||
width: 80%;
|
||||
padding-left: 0.5rem;
|
||||
font-size: 0.6rem;
|
||||
font-size: 0.5rem;
|
||||
background-color: #f6f7f3;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div .node-type-projet .field_field_nom_de_l_equipe div {
|
||||
@@ -4096,7 +4096,7 @@ body {
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div .node-type-projet .field_field_nom_de_l_equipe p {
|
||||
font-family: "gilroy-semibold";
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 0.6rem;
|
||||
font-size: 0.5rem;
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
.node-type-site .layout--threecol-25-50-25 .layout__region--third .block-region-third div .node-type-projet .field_field_nom_de_l_equipe div.more-link {
|
||||
@@ -4241,15 +4241,13 @@ body {
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first {
|
||||
position: fixed;
|
||||
width: 20% !important;
|
||||
width: 30% !important;
|
||||
margin-top: 1rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first #sites-map-container {
|
||||
width: 100%;
|
||||
width: 100% !important;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first #sites-map-container h2 {
|
||||
display: none;
|
||||
@@ -4301,6 +4299,7 @@ body {
|
||||
flex: 0 1 50% !important;
|
||||
margin-top: 1rem;
|
||||
max-width: 50%;
|
||||
margin-left: 3rem;
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second {
|
||||
position: relative;
|
||||
|
||||
@@ -20,18 +20,18 @@
|
||||
position: relative;
|
||||
.block-region-first{
|
||||
position:fixed;
|
||||
width: 20% !important;
|
||||
width: 30% !important;
|
||||
margin-top: 1rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-left: 2rem;
|
||||
// align-items: center;
|
||||
// margin-left: 2rem;
|
||||
// @media(max-width: 810px){
|
||||
// position: relative;
|
||||
// width: 100% !important;
|
||||
// }
|
||||
#sites-map-container{
|
||||
width: 100%;
|
||||
width: 100% !important;
|
||||
h2{
|
||||
display: none;
|
||||
}
|
||||
@@ -97,6 +97,7 @@
|
||||
flex: 0 1 50% !important;
|
||||
margin-top: 1rem;
|
||||
max-width: 50%;
|
||||
margin-left: 3rem;
|
||||
.block-region-second{
|
||||
// margin-left: 3rem;
|
||||
position: relative;
|
||||
|
||||
@@ -454,7 +454,7 @@
|
||||
.node-projet-title{
|
||||
width: 80%;
|
||||
padding-left: 0.5rem;
|
||||
font-size: 0.7rem;
|
||||
font-size: 0.5rem;
|
||||
margin: 0;
|
||||
background-color: #f6f7f3;
|
||||
font-family: "gilroy-regular";
|
||||
@@ -462,7 +462,7 @@
|
||||
.field_field_nom_de_l_equipe{
|
||||
width: 80%;
|
||||
padding-left: 0.5rem;
|
||||
font-size: 0.6rem;
|
||||
font-size: 0.5rem;
|
||||
background-color: #f6f7f3;
|
||||
div{
|
||||
border-bottom: solid black 1px;
|
||||
@@ -471,7 +471,7 @@
|
||||
p{
|
||||
font-family: "gilroy-semibold";
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 0.6rem;
|
||||
font-size: 0.5rem;
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
div.more-link{
|
||||
|
||||
Reference in New Issue
Block a user