1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 05:15:02 +00:00
mon-entreprise/source/components/Explanation.css
mama a621cf3383 Extension de la rustine du clavier virtuel mobile
Pour cacher aussi l'explication des calculs
2017-12-21 17:12:00 +01:00

15 lines
225 B
CSS

#explanation {
margin: 6em 0;
}
#explanation p {
text-align: center;
}
@media (max-height: 350px) {
/* Hack : at 350px of height, it's a mobile device and the keyboard is active */
#explanation {
display: none;
}
}