Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Shuttleworth foundation
shuttleworth-foundation-shades-of-green
Commits
4c9a41d8
Unverified
Commit
4c9a41d8
authored
Feb 06, 2020
by
Louise Steward
Committed by
GitHub
Feb 06, 2020
Browse files
Merge pull request #17 from electricbookworks/fix-dps-width
Fix width of DPS images
parents
b03d5209
d77e14ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
_sass/custom/_pdf-dps-images.scss
View file @
4c9a41d8
...
...
@@ -39,9 +39,8 @@ $print-dps-images: true !default;
position
:
relative
;
img
{
position
:
absolute
;
width
:
200%
;
width
:
(
$page-width
*
2
)
+
(
$image-bleed
*
2
)
;
max-width
:
none
;
max-height
:
100%
;
}
}
.dps-left
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment