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

@ -300,6 +300,7 @@ nav .btn {
width: 100%;
max-height: 50vh;
height: auto;
min-height: 30vh;
display: flex;
background-color: rgba(21, 21, 21, 0.7333333333);
-webkit-backdrop-filter: blur(8px);
@ -314,7 +315,7 @@ nav .btn {
}
}
.image {
margin: 0 auto;
margin: auto;
max-width: 100%;
width: auto;
max-height: inherit;