diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/_structure.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/css/_structure.less b/assets/css/_structure.less index 6e302c8..4bf1c21 100644 --- a/assets/css/_structure.less +++ b/assets/css/_structure.less @@ -171,3 +171,12 @@ body.multiview { } } } + +body.closed { + p { + margin-top: 50px; + } + h1, h2, p { + text-align: center; + } +}
\ No newline at end of file |