Skip to content

Commit

Permalink
micah/29/wrap long properties (#30)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
micahstubbs authored and bricaud committed May 17, 2018
1 parent 3756dd2 commit 92e223f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,15 @@ Layout styles
position: absolute;
left: 0;
margin-left: 1em;
max-width: 275px;
}

.right_bar
{
position: absolute;
right: 0;
margin-right: 1em;
max-width: 25%;
max-width: 275px;
}

.footer
Expand Down

0 comments on commit 92e223f

Please sign in to comment.