diff --git a/static/css/undef.css b/static/css/undef.css index 55f92f2..5189276 100644 --- a/static/css/undef.css +++ b/static/css/undef.css @@ -147,13 +147,6 @@ figcaption::before { visibility: hidden; } -img { - border-style: solid; - border-width: 4px; - border-color: var(--img-border); - border-radius: 4px; -} - figure:target .lightbox { visibility: visible; } @@ -162,6 +155,7 @@ figure:target .lightbox { display: inline-flex; flex-direction: column; max-width: 95%; + width: 95vw; height: 100%; } @@ -180,6 +174,11 @@ figure:target .lightbox { object-fit: contain; } +dl dd { + text-align: left; + padding-left: 2rem; +} + /* footnotes */ .footnote-ref::before { content: '[';