mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-27 21:33:11 +00:00
Resize images to max 512px in resolution
This commit is contained in:
parent
fdac4dc402
commit
a5143f9335
5 changed files with 23 additions and 11 deletions
|
@ -48,7 +48,7 @@
|
|||
|
||||
> label
|
||||
padding: 0.5rem 0.7rem
|
||||
min-width: 6rem
|
||||
min-width: 7rem
|
||||
|
||||
text-decoration: none
|
||||
text-align: end
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue