header mobile
This commit is contained in:
@@ -1003,7 +1003,11 @@ header {
|
|||||||
padding-left: 40px; }
|
padding-left: 40px; }
|
||||||
@media screen and (max-width: 300px) {
|
@media screen and (max-width: 300px) {
|
||||||
header .row {
|
header .row {
|
||||||
padding-left: 20px; } }
|
padding-left: 20px;
|
||||||
|
flex-wrap: nowrap; } }
|
||||||
|
@media screen and (max-width: 550px) {
|
||||||
|
header .row {
|
||||||
|
flex-wrap: nowrap; } }
|
||||||
header .row #block-colloque2024-logorepublique, header .row #block-colloque2024-logoepau {
|
header .row #block-colloque2024-logorepublique, header .row #block-colloque2024-logoepau {
|
||||||
max-height: inherit; }
|
max-height: inherit; }
|
||||||
header .row #block-colloque2024-logorepublique > div, header .row #block-colloque2024-logoepau > div {
|
header .row #block-colloque2024-logorepublique > div, header .row #block-colloque2024-logoepau > div {
|
||||||
@@ -1020,6 +1024,10 @@ header {
|
|||||||
header .row #block-colloque2024-logorepublique > div a img, header .row #block-colloque2024-logoepau > div a img {
|
header .row #block-colloque2024-logorepublique > div a img, header .row #block-colloque2024-logoepau > div a img {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
object-fit: contain; } }
|
object-fit: contain; } }
|
||||||
|
@media screen and (max-width: 550px) {
|
||||||
|
header .row #block-colloque2024-logorepublique > div a img, header .row #block-colloque2024-logoepau > div a img {
|
||||||
|
width: 100px;
|
||||||
|
object-fit: contain; } }
|
||||||
header .row #block-colloque2024-logorepublique.is-active, header .row #block-colloque2024-logoepau.is-active {
|
header .row #block-colloque2024-logorepublique.is-active, header .row #block-colloque2024-logoepau.is-active {
|
||||||
z-index: 10000; }
|
z-index: 10000; }
|
||||||
header .row #block-colloque2024-logoepau {
|
header .row #block-colloque2024-logoepau {
|
||||||
@@ -1765,7 +1773,8 @@ https://flickity.metafizzy.co
|
|||||||
|
|
||||||
section article.thumbnails.programme {
|
section article.thumbnails.programme {
|
||||||
border: 1px solid #6f6d7dff;
|
border: 1px solid #6f6d7dff;
|
||||||
width: calc(100% / 4 - 0.5rem * 2); }
|
width: calc(100% / 4 - 0.5rem * 2);
|
||||||
|
overflow: hidden; }
|
||||||
section article.thumbnails.programme:hover {
|
section article.thumbnails.programme:hover {
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|||||||
@@ -7,8 +7,12 @@ header{
|
|||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
@media screen and (max-width: 300px) {
|
@media screen and (max-width: 300px) {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 550px) {
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
#block-colloque2024-logorepublique, #block-colloque2024-logoepau{
|
#block-colloque2024-logorepublique, #block-colloque2024-logoepau{
|
||||||
max-height: inherit;
|
max-height: inherit;
|
||||||
|
|
||||||
@@ -26,6 +30,10 @@ header{
|
|||||||
width: 100px;
|
width: 100px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 550px) {
|
||||||
|
width: 100px;
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,3 +14,11 @@ $croix_or: '../images/croix_filetsable.svg';
|
|||||||
$picto_dl: '../images/douwnload.svg';
|
$picto_dl: '../images/douwnload.svg';
|
||||||
|
|
||||||
$letter_spacingH: 0.1rem;
|
$letter_spacingH: 0.1rem;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
$header-height : 125px;
|
||||||
|
$header-height-pad : 110px;
|
||||||
|
$header-height-small : 70px;
|
||||||
|
$header-height-ultrasmall : 50px;
|
||||||
|
$width-menu-slidedown : 550px;
|
||||||
Reference in New Issue
Block a user