Skip to content

Commit

Permalink
left-align examples text
Browse files Browse the repository at this point in the history
close #26
  • Loading branch information
Per-Starke committed Dec 15, 2024
1 parent c064426 commit 7486e7f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/_pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,15 @@ After all files have been processed, you may merge them or create a table-of-con
<br>



<section id="examples">

<h1 markdown="1">Examples</h1>

<div markdown="1" >



> **Example 1**: Add page numbers and running headers to all PDF files in the `input` directory and save the processed files in the `output` directory. Requires the `output` to be empty!
```shell
Expand All @@ -274,6 +277,7 @@ pdfminion --force --source ./input --target ./output
```



</div>

</section>
Expand Down
12 changes: 11 additions & 1 deletion docs/assets/css/custom-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,20 @@
margin-top: 0.7rem;
}

#examples {
text-align: left;
}

#examples h1 {
text-align: center;
}






/* STYLES YOU ADDED AS STYLE TAG */
/* STYLES GERNOT ADDED AS STYLE TAG */


.container {
Expand Down

0 comments on commit 7486e7f

Please sign in to comment.