Profile tags

This commit is contained in:
Michał Gdula 2023-06-25 14:33:27 +00:00
parent 55940598ee
commit 2b5daa78b7
5 changed files with 54 additions and 25 deletions

View file

@ -60,11 +60,6 @@
gap: 0.5rem
h2
margin: 0
font-size: 1.3rem
color: RGB($white)
p
margin: 0
font-size: 1rem
@ -76,6 +71,32 @@
border: 0 solid transparent
border-bottom: 1px solid RGBA($white, 0.1)
.profile-title
display: flex
flex-direction: row
gap: 0.5rem
h2
margin: 0
font-size: 1.3rem
color: RGB($white)
.profile-tag
margin: auto 0
padding: 0.2rem
font-size: 0.7rem
color: RGB($black)
background-color: RGB($white)
border-radius: 2px
> img
width: 0.9rem
height: 0.9rem
margin-right: 0.2rem
@media (max-width: 621px)
.account-block
flex-direction: column