Merge branch 'issue-30-image-width' into 'master'

Fix presentation image width

Closes #30

See merge request openlp/web-remote!50
This commit is contained in:
Raoul Snyman 2023-01-24 22:29:08 +00:00
commit 2b8ffdc075
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
/* Images sent from OpenLP should be larger and should be sized based on viewer screen size */
max-height: 75%;
min-height: 88px;
width: 100%;
}
.img-verse-text {
font-size: 1.1rem;