fixed max image size

This commit is contained in:
Dmitriy Shishkov 2021-07-16 19:28:29 +05:00
parent a3d24c373c
commit 515068c574
No known key found for this signature in database
GPG Key ID: 14358F96FCDD8060
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"scripts": { "scripts": {
"dev": "SNOWPACK_PUBLIC_API_URL=https://publitebackend.dmitriy.icu SNOWPACK_PUBLIC_BASE_URL=http://localhost:8080 snowpack dev", "dev": "SNOWPACK_PUBLIC_API_URL=http://localhost:5000 SNOWPACK_PUBLIC_BASE_URL=http://localhost:8080 snowpack dev",
"build": "snowpack build", "build": "snowpack build",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },

View File

@ -30,7 +30,7 @@
} }
img { img {
max-height: 98vh; max-height: 90%;
max-width: 100%; max-width: 100%;
} }