From 6569aed25925911be5228b9d8e1581bea7710ea7 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 8 Feb 2016 06:59:10 +0100 Subject: [PATCH] Moved large screen breakpoint from 1280 to 1260 px. --- app/assets/stylesheets/zammad.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index ed02c37bd..48c036d46 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -15,7 +15,7 @@ $navigationWidth: 260px; $highlight-color: hsl(205,90%,60%); -$largeScreenBreakpoint: 1280px; +$largeScreenBreakpoint: 1260px; html { height: 100%;