My cover page extends for 3 1/3 pages, with the fill cutting off 1/3 down the third page.
How do I get rid of (or fix) the third page?
How do I get rid of (or fix) the third page?
/cover
pre {
background-color: #FAFAFA !important;
border-radius: 3px;
}
ul,
ol {
color: #707070;
padding: 15px 0;
}
li {
padding-bottom: 5px;
}
.cover-page {
background-repeat: no-repeat;
background-size: contain;
height: 2500px;
background-image: url(../img/cover_bg_black.svg);
background-color: #212121;
}
.cover-page .title-area {
position: absolute;
top: 26%;
left: 8%;
font-size: 60px;
max-width: 650px;
}
.cover-page h1, h2, h3 {
padding: 0;
/cover
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 611.41 792" style="enable-background:new 0 0 611.41 792;" xml:space="preserve">
<style type="text/css">
.st0{fill:#212121;}
.st1{fill:#404041;}
.st2{fill:#E6E7E8;}
.st3{fill:url(#SVGID_1_);}
</style>
prince: assets/img/cover_bg_black.svg: warning: unsupported properties: enable-background
prince: assets/img/cover_bg_black.svg: warning: unsupported properties: enable-background
/*Cover page full width and no page number*/
@page pdf-cover {
margin: 0;
@bottom-right {
content: none;
}
@bottom-left {
content: none;
}
}
Edited by gbarr
.cover-page {
background-repeat: no-repeat;
background-size: contain;
height: 2500px;
background-image: url(../img/cover_bg_black.svg);
background-color: #212121;
}