Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr committed Sep 23, 2024
1 parent 6038879 commit d140cb4
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions docs/librarymanager.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<style>
.center-image {
display: block;
margin-left: auto;
margin-right: auto;
<head>
<style>
.center-image {
display: block;
margin-left: auto;
margin-right: auto;
}
img {
max-width:400px;
max-height:400px;
}
img {
max-width:600px;
max-height:600px;
}
</style>
</style>
<title>The Library Manager</title>
</head>

# The Library Manager

Expand Down

0 comments on commit d140cb4

Please sign in to comment.