Fix right column width so content isn't wrapping

This commit is contained in:
James Skemp 2017-07-29 22:31:55 -05:00
parent 98ce5baf4c
commit 1b2f5a8394
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ p {
background: #A15277;
position: absolute;
right: 0;
width: 240px;
width: 300px;
height: 100%;
min-height: 800px;
color: #fff;
@ -155,7 +155,7 @@ p {
.main-wrapper {
background: #fff;
padding: 60px;
padding-right: 300px;
padding-right: 340px;
page-break-before: always;
}
.main-wrapper .section-title {