Add border-radius to images + dropshadow to tables (#1994)

This commit is contained in:
Philip Allgaier 2022-04-13 06:07:42 +02:00 committed by GitHub
parent a7441684b9
commit d7150ffd99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,17 +20,17 @@ div.sphinxsidebar {
img.component-image {
border: none;
vertical-align: middle;
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
height: 85px;
object-fit: contain;
border-radius: 10px;
}
table.docutils {
width: 100%;
box-shadow: 4px 4px 8px -4px #00000075;
}
.blink-tag {