Merge pull request #1853 from umbraco/temp-U4-9708

fixes: U4-9708 Make lightbox screenshots in packages section bigger
This commit is contained in:
Shannon Deminick
2017-04-04 12:48:30 +10:00
committed by GitHub

View File

@@ -47,8 +47,8 @@
border-radius: 3px;
padding: 10px;
img {
max-width: 50vw;
max-height: 70vh;
max-width: 80vw;
max-height: 80vh;
}
}