stylesheet: center the procedure title on narrow screens
This commit is contained in:
parent
a6380f8cbb
commit
9fbcf4313a
1 changed files with 2 additions and 0 deletions
|
@ -27,9 +27,11 @@ $procedure-context-breakpoint: $two-columns-breakpoint;
|
|||
.procedure-title {
|
||||
font-size: 30px;
|
||||
margin: 20px 0 0;
|
||||
text-align: center;
|
||||
|
||||
@media (min-width: $procedure-context-breakpoint) {
|
||||
margin: 50px 0 32px;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue