pre-saint-gervais: use form title style on textcell <h1> (#32470)

This commit is contained in:
Frédéric Péters 2019-04-19 09:49:48 +02:00
parent efe8e7230b
commit 4dfa1a1bb6
1 changed files with 6 additions and 0 deletions

View File

@ -703,3 +703,9 @@ div.cell {
border: 2px solid $pink;
}
}
div.textcell {
h1 {
@extend %bigtitle;
}
}