responsive node projet
This commit is contained in:
@@ -4355,6 +4355,7 @@ body {
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first .field_field_site_projet .node-type-site {
|
||||
padding-left: 0rem;
|
||||
width: 80%;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first .field_field_site_projet .node-type-site .field_title h2 {
|
||||
@@ -4364,6 +4365,8 @@ body {
|
||||
@media (max-width: 810px) {
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first .field_field_site_projet .node-type-site .field_title h2 {
|
||||
font-size: 1rem;
|
||||
margin: 0;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first .field_field_site_projet .node-type-site .field_title h2 a {
|
||||
@@ -4375,7 +4378,9 @@ body {
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first .field_field_site_projet .node-type-site .field_field_sous_titre p {
|
||||
font-size: 1rem;
|
||||
font-size: 0.8rem;
|
||||
margin: 0;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first .field_field_site_projet .node-type-site .more-link {
|
||||
@@ -4399,7 +4404,7 @@ body {
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first .field_field_site_projet .node-type-site .more-link a {
|
||||
font-size: 0.8rem;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--first .block-region-first .field_field_site_projet .node-type-site .more-link a svg {
|
||||
@@ -4448,14 +4453,30 @@ body {
|
||||
background-size: contain;
|
||||
z-index: 0;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_field_laureats.is-laureat::before {
|
||||
left: -1.5rem;
|
||||
top: 0.5rem;
|
||||
}
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_field_laureats .laureat {
|
||||
font-size: 0;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_title {
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_field_nom_de_l_equipe {
|
||||
border-top: solid black 1px;
|
||||
padding-bottom: 0.5rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_field_nom_de_l_equipe {
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
}
|
||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_field_infos {
|
||||
column-count: 3;
|
||||
column-gap: 1.5rem;
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
@media(max-width: 810px){
|
||||
padding-left: 0rem;
|
||||
width: 80%;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.field_title{
|
||||
h2{
|
||||
@@ -64,6 +65,8 @@
|
||||
font-size: 0.60rem;
|
||||
@media(max-width: 810px){
|
||||
font-size:1rem;
|
||||
margin: 0;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
a{
|
||||
color: $blue_QDD;
|
||||
@@ -75,7 +78,9 @@
|
||||
p{
|
||||
font-size: 0.55rem;
|
||||
@media(max-width: 810px){
|
||||
font-size:1rem;
|
||||
font-size:0.8rem ;
|
||||
margin: 0;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -86,6 +91,7 @@
|
||||
background: black;
|
||||
@media (max-width:810px) {
|
||||
margin-left: 0;
|
||||
|
||||
}
|
||||
a{
|
||||
display: inline-flex;
|
||||
@@ -96,7 +102,7 @@
|
||||
font-size: 0.5rem;
|
||||
padding-left: 0.5rem;
|
||||
@media(max-width: 810px){
|
||||
font-size:0.8rem;
|
||||
font-size:0.7rem;
|
||||
}
|
||||
|
||||
svg{
|
||||
@@ -153,6 +159,10 @@
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
z-index: 0;
|
||||
@media(max-width: 810px){
|
||||
left: -1.5rem;
|
||||
top:0.5rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -160,10 +170,18 @@
|
||||
font-size: 0;
|
||||
}
|
||||
}
|
||||
.field_title{
|
||||
@media(max-width: 810px){
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
}
|
||||
.field_field_nom_de_l_equipe{
|
||||
border-top: solid black 1px;
|
||||
padding-bottom: 0.5rem;
|
||||
text-transform: uppercase;
|
||||
@media(max-width: 810px){
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
}
|
||||
.field_field_infos{
|
||||
column-count: 3;
|
||||
|
||||
Reference in New Issue
Block a user