adds small screen custom styles

This commit is contained in:
Henry Seed 2022-09-09 16:22:08 +12:00
parent 006c9a490c
commit 06d71d8b29

View File

@ -169,3 +169,11 @@ elements:
left: 84.5%
transform: translate(-50%, -50%) scale(380%, 380%)
opacity: 0
card_mod:
style: |
.type-picture-elements {
min-height: 500px;
max-height: 100vh;
min-width: 268px;
max-width: min(calc((100vh - 70px) * 1125/2095), 400px);
}