mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
14 lines
324 B
Text
14 lines
324 B
Text
|
.team-profile {
|
||
|
clear: both;
|
||
|
.img-container {
|
||
|
border-radius: 50%;
|
||
|
float: left;
|
||
|
height: @line-height-computed * 4;
|
||
|
overflow: hidden;
|
||
|
margin: (@line-height-computed / 2) @line-height-computed @line-height-computed (@line-height-computed / 2);
|
||
|
width: @line-height-computed * 4;
|
||
|
}
|
||
|
img {
|
||
|
margin-top: -10px;
|
||
|
}
|
||
|
}
|