diff --git a/static/pre-saint-gervais/_custom.scss b/static/pre-saint-gervais/_custom.scss index af68cd42..866a66d8 100644 --- a/static/pre-saint-gervais/_custom.scss +++ b/static/pre-saint-gervais/_custom.scss @@ -703,3 +703,9 @@ div.cell { border: 2px solid $pink; } } + +div.textcell { + h1 { + @extend %bigtitle; + } +}