mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-29 06:03:11 +00:00
Add proper profile block on search
This commit is contained in:
parent
a5143f9335
commit
75da02b8f1
3 changed files with 74 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue