Merge pull request #2190 from betagouv/paragraphs-spacing

auth: add vertical spacing to the procedure description
This commit is contained in:
gregoirenovel 2018-07-04 12:23:05 +02:00 committed by GitHub
commit e41e1c6690
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,10 @@ $auth-breakpoint: $two-columns-breakpoint;
.procedure-description {
font-size: 14px;
p {
margin-bottom: 2 * $default-spacer;
}
@media (max-width: $auth-breakpoint) {
display: none; // TO FIX : make this description available for small devices
}