Resize images to max 512px in resolution

This commit is contained in:
Michał Gdula 2023-06-23 13:49:28 +01:00
parent fdac4dc402
commit a5143f9335
5 changed files with 23 additions and 11 deletions

View file

@ -48,7 +48,7 @@
> label
padding: 0.5rem 0.7rem
min-width: 6rem
min-width: 7rem
text-decoration: none
text-align: end

View file

@ -59,12 +59,14 @@
.other
width: 100%
height: 100%
display: flex
flex-direction: column
justify-content: flex-start
justify-content: space-between
gap: 0.5rem
> .text-input
margin: 0 !important
@media (max-width: 621px)
.profile-settings
flex-direction: column