diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-03-09 16:16:27 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-03-09 18:17:48 -0300 |
commit | 7e0f1c7f86c217f903c24e7f0866ac1f6f6b06e7 (patch) | |
tree | bfcd850f434e2e85bf0258b9b17245bf3c0706dd | |
parent | b8897aa1760f7fe177fe1abaafd3addbbd0e47dc (diff) |
#261 Reducing the list width so it won't break for large displays
-rw-r--r-- | web-ui/app/scss/styles.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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%; } } } |