Add proper profile block on search

This commit is contained in:
Michał Gdula 2023-06-23 14:47:05 +01:00
parent a5143f9335
commit 75da02b8f1
3 changed files with 74 additions and 7 deletions

View file

@ -1,7 +1,7 @@
.profile-settings
display: flex
flex-direction: row
gap: 0.5rem
gap: 1rem
.picture
margin: 0
@ -11,6 +11,8 @@
display: flex
flex-direction: column
border: 1px solid RGBA($white, 0.1)
> img
height: 10rem
width: 10rem
@ -70,7 +72,6 @@
@media (max-width: 621px)
.profile-settings
flex-direction: column
gap: 1rem
.picture
margin: 0 auto