Skip to content

Commit b04690a

Browse files
Another try at a fix for wrapping
1 parent 1d49d0d commit b04690a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stylesheets/stylesheet.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,11 @@ Full-Width Styles
261261

262262
.outer {
263263
width: 100%;
264-
min-width:680px;
265264
}
266265

267266
.inner {
268267
position: relative;
269-
max-width: 660px;
268+
max-width: 680px;
270269
padding: 20px 10px;
271270
margin: 0 auto;
272271
}

0 commit comments

Comments
 (0)