Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1411 → Rev 1412

/trunk/modules/mobile/presentations/css/smartflore.css
22,6 → 22,7
#smartflore-fiche .smartflore-contenu-section {
margin: 20px;
font-size: 1.5em;
text-align: justify;
}
 
#smartflore-fiche #smartflore-entete {
65,7 → 66,6
height: 40vh;
}
 
 
#smartflore-illustrations .carousel-inner .item {
height: 100%;
}
101,3 → 101,32
#smartflore-footer #smartflore-sources {
display: none;
}
 
@media screen and (max-width: 384px) {
#smartflore-fiche #smartflore-entete h1 {
font-size: 2.2em;
}
#smartflore-fiche .smartflore-contenu-section {
margin: 20px;
font-size: 1em;
}
#smartflore-fiche #smartflore-noms h2 {
font-size: 1.2em;
}
#smartflore-fiche #smartflore-noms h3, #smartflore-fiche #smartflore-noms h4 {
font-size: 0.6em;
}
#smartflore-fiche #smartflore-footer .smartflore-footer-bouton .btn {
font-size: 0.9em;
}
#smartflore-fiche .smartflore-titre-section a {
font-size: 1.5em;
}
}