mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
adjust avatar position & bio titles
This commit is contained in:
parent
d8cc1ec107
commit
420d247590
@ -517,7 +517,7 @@ body.container{
|
||||
}
|
||||
|
||||
.profile-top-pictos {
|
||||
padding: 15px 0 15px 0;
|
||||
padding: 43px 0 15px 0;
|
||||
margin: 0 15px 0 15px;
|
||||
text-align: center;
|
||||
|
||||
@ -557,4 +557,10 @@ body.container{
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bio-title {
|
||||
display: inherit;
|
||||
text-align: center;
|
||||
height: 50px;
|
||||
}
|
@ -51,11 +51,11 @@
|
||||
<div class="wrapper m-t-xl m-b">
|
||||
<div class="row m-b">
|
||||
<div class="col-xs-5 text-right">
|
||||
<span class="font-bold" translate>{{ 'interests' }}</span>
|
||||
<span class="font-bold bio-title" translate>{{ 'interests' }}</span>
|
||||
<div class="m-b m-t-sm">{{user.profile.interest}}</div>
|
||||
</div>
|
||||
<div class="col-xs-offset-1 col-xs-6">
|
||||
<span class="font-bold" translate>{{ 'CAD_softwares_mastered' }}</span>
|
||||
<div class="col-xs-offset-2 col-xs-5">
|
||||
<span class="font-bold bio-title" translate>{{ 'CAD_softwares_mastered' }}</span>
|
||||
<div class="m-t-sm">{{user.profile.software_mastered}}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user