Skip to content

Commit

Permalink
Fix img element styles
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Apr 26, 2024
1 parent d173a6b commit 5ecdf74
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _themes/bootstrap/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,21 @@ table.field-list {
}
}

section img {
border: 0;
max-width: 100%;
}

section img.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}

.align-center {
text-align: center;
}

section code, section tt, .section code, .section tt {
padding: 0;
padding-top: 0.2em;
Expand Down

0 comments on commit 5ecdf74

Please sign in to comment.