resp
This commit is contained in:
@@ -990,6 +990,9 @@ ul.pagination {
|
||||
@media (max-width: 1024px) {
|
||||
.texte-cache {
|
||||
max-height: 445px; } }
|
||||
@media (max-width: 1024px) and (max-width: 442px) {
|
||||
.texte-cache {
|
||||
max-height: 400px; } }
|
||||
|
||||
/*Style du module TEXTE lorsqu'il est ouvert*/
|
||||
.texte-cache.ouvert {
|
||||
@@ -1008,9 +1011,15 @@ ul.pagination {
|
||||
@media (max-width: 1024px) {
|
||||
.modular .features {
|
||||
width: 80% !important;
|
||||
margin-left: 8rem !important; }
|
||||
margin: auto !important; } }
|
||||
|
||||
@media (max-width: 442px) {
|
||||
.modular .features .feature {
|
||||
width: 24% !important; } }
|
||||
width: 80%; } }
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.modular .features .feature {
|
||||
width: 24%; } }
|
||||
|
||||
.bouton-ouverture {
|
||||
position: relative;
|
||||
@@ -1120,10 +1129,10 @@ ul.pagination {
|
||||
padding-left: 0.8rem;
|
||||
font-size: 0.75rem;
|
||||
padding-right: 0.6rem; } }
|
||||
.mozaique_personnes .equipe .personne .mozaique:hover {
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
transition: 0.2s ease-in-out; }
|
||||
.mozaique_personnes .equipe .personne .mozaique .info:hover {
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
transition: 0.2s ease-in-out; }
|
||||
|
||||
.bouton {
|
||||
border: solid !important;
|
||||
@@ -1450,7 +1459,3 @@ button:focus {
|
||||
|
||||
.modular .modular-row:last-child {
|
||||
margin-bottom: 2rem; }
|
||||
|
||||
@media (max-width: 442px) {
|
||||
h1 {
|
||||
font-size: 1.5rem; } }
|
||||
|
||||
Reference in New Issue
Block a user