From 7e0f1c7f86c217f903c24e7f0866ac1f6f6b06e7 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Mon, 9 Mar 2015 16:16:27 -0300 Subject: #261 Reducing the list width so it won't break for large displays --- web-ui/app/scss/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/app') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 13f4c689..7de5aef7 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -267,7 +267,7 @@ section { transition: z-index 150ms ease-out; background: #CCC; color: $navigation_background; - margin-right: -10px; + width: 95%; } } } -- cgit v1.2.3