parent
9d3ff3d659
commit
d7b54abd37
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue