diff --git a/new/data/site/styles.css b/new/data/site/styles.css index 48ab94c8..507b7c2d 100644 --- a/new/data/site/styles.css +++ b/new/data/site/styles.css @@ -94,10 +94,13 @@ canvas { background-repeat: no-repeat; } .imgPreview { - max-width: 143pt; - max-height: 200pt; width: 100%; - height: 100%; +} +@media screen and (min-width: 306pt) { + .imgPreview { + max-width: 143pt; + max-height: 200pt; + } } .cardMenu > div { /*border: 1px solid red;*/ @@ -129,7 +132,6 @@ canvas { outline: none; } .textarea { - width: 100%; min-height: 6em; max-height: 18em; resize: vertical; diff --git a/new/index.html b/new/index.html index 822bfa14..d03c7471 100644 --- a/new/index.html +++ b/new/index.html @@ -44,18 +44,20 @@