diff options
author | MaZderMind | 2015-03-01 16:46:04 +0100 |
---|---|---|
committer | MaZderMind | 2015-03-01 16:46:04 +0100 |
commit | 04161beec52277d13e752c9ca995c03c6f26cc8b (patch) | |
tree | 37480465cc8216b0bfbbaba748599dd0a29e968b /assets/css | |
parent | 9670e42803af9850e12ced1cb7a32f0671511029 (diff) |
404-page
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%; + } + } +} |