From 1c02ee2f5136fd56bb480344af59e735974697ff Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 26 Jan 2017 17:09:56 +0100 Subject: Create new layout Signed-off-by: Noah Loomans --- style/_responsive.scss | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 style/_responsive.scss (limited to 'style/_responsive.scss') diff --git a/style/_responsive.scss b/style/_responsive.scss new file mode 100644 index 0000000..bf35644 --- /dev/null +++ b/style/_responsive.scss @@ -0,0 +1,25 @@ +@media screen and (max-width: 750px) { + main, footer { + padding-left: 0 !important; + } + + .dotted-line { + display: none; + } + + header { + .logo { + width: 100px; + height: 100px; + } + + .title { + height: 100px; + padding-left: 140px; + } + + .logo-container { + position: absolute; + } + } +} -- cgit v1.1