1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-10 01:05:02 +00:00
mon-entreprise/source/components/Explanation.css

16 lines
225 B
CSS
Raw Normal View History

#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;
}
}