mirror of
https://github.com/NovaOSS/nova-web.git
synced 2024-11-26 00:13:58 +01:00
21 lines
388 B
Sass
21 lines
388 B
Sass
|
@import '_vars'
|
||
|
|
||
|
div.profile-base
|
||
|
div.profile-header
|
||
|
display: flex
|
||
|
|
||
|
img
|
||
|
height: 100px
|
||
|
object-fit: cover
|
||
|
object-position: center
|
||
|
border-radius: 50%
|
||
|
|
||
|
h2
|
||
|
margin-block: auto
|
||
|
margin-left: 1rem
|
||
|
font-size: 2rem
|
||
|
|
||
|
div.profile-info
|
||
|
line-height: 1.5rem
|
||
|
padding: 2rem
|