diff options
| author | bob <bcz@cs.brown.edu> | 2019-11-19 09:45:10 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-11-19 09:45:10 -0500 |
| commit | 617798db46a204ff089bf3400832af67872cc02f (patch) | |
| tree | d986ae5238d0e47fb2ccc338832f106a55854283 /src/client/views/nodes/PDFBox.scss | |
| parent | 6de325def7e6a187d718fb3be77581c44fbd41db (diff) | |
more fixes to pdfs
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index 963205206..2674c0de6 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -26,10 +26,10 @@ color:lightgray; margin-top: auto; margin-bottom: auto; - transform-origin: 42% -18%; + transform-origin: 42% 15%; width: 100%; transform: rotate(55deg); - font-size: 144; + font-size: 72; padding: 5%; overflow: hidden; display: inline-block; |
