From 92e223f51c9fe0b4a9039afd873438bb61c2987b Mon Sep 17 00:00:00 2001 From: Micah Stubbs Date: Wed, 16 May 2018 22:48:21 -0700 Subject: [PATCH] micah/29/wrap long properties (#30) * set max-width of .left_bar to 275px * set max-width of .right_bar to 275px as well * only max-width changes, don't prettier format css file just yet * don't add a newline to css file --- css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 3690fb8..fe7057c 100644 --- a/css/styles.css +++ b/css/styles.css @@ -160,6 +160,7 @@ Layout styles position: absolute; left: 0; margin-left: 1em; + max-width: 275px; } .right_bar @@ -167,7 +168,7 @@ Layout styles position: absolute; right: 0; margin-right: 1em; - max-width: 25%; + max-width: 275px; } .footer