ui: Cap large image to screen size

This commit is contained in:
nemunaire 2022-11-06 13:06:20 +01:00
parent 0e0b50d439
commit 8e1b3bede0

View File

@ -26,6 +26,7 @@ $enable-print-styles: false;
p img {
margin: auto;
max-width: 100%;
max-height: 100vh;
}
p:has(img) {
text-align: center;