From 04161beec52277d13e752c9ca995c03c6f26cc8b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 1 Mar 2015 16:46:04 +0100 Subject: 404-page --- assets/css/_structure.less | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'assets/css/_structure.less') 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%; + } + } +} -- cgit v1.2.3