mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 05:15:02 +00:00
15 lines
225 B
CSS
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;
|
|
}
|
|
}
|