Setting time to viwers local

Fixing image sizes
Dont allow HTML in Description
This commit is contained in:
Michał Gdula 2022-09-13 13:24:48 +00:00
parent b5375414bc
commit d548f967c5
4 changed files with 25 additions and 8 deletions

View file

@ -175,6 +175,7 @@
width: 100%;
max-height: 50vh;
height: auto;
min-height: 30vh;
display: flex;
@ -193,7 +194,7 @@
}
.image {
margin: 0 auto;
margin: auto;
max-width: 100%;
width: auto;