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

View File

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