diff options
Diffstat (limited to '')
-rw-r--r-- | assets/css/_structure.less | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/css/_structure.less b/assets/css/_structure.less index 65c9898..c5e7760 100644 --- a/assets/css/_structure.less +++ b/assets/css/_structure.less @@ -5,6 +5,8 @@ @img: '../img/'; +@grid-float-breakpoint: 0; + @jumbo-font-size: 52px; @jumbo-line-height: 45px; @@ -50,3 +52,18 @@ body.overview { body.room { @import "_room.less"; } + +body.e404 { + > .container { + text-align: center; + h1 { + font-size: @jumbo-font-size; + margin: 50px 0 50px 0; + } + + img { + background-color: @brand-primary; + max-width: 80%; + } + } +} |