aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/style.css b/docs/style.css
index b760db0..cdcb2d0 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -190,6 +190,10 @@ pre > code {
190 margin: 0.5rem; 190 margin: 0.5rem;
191} 191}
192 192
193figure {
194 text-align: center;
195}
196
193img { 197img {
194 max-width: 100%; 198 max-width: 100%;
195 border: 2px solid var(--dark-white); 199 border: 2px solid var(--dark-white);