mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
8 lines
198 B
Text
8 lines
198 B
Text
|
.team-profile {
|
||
|
clear: both;
|
||
|
.img-container {
|
||
|
float: left;
|
||
|
overflow: hidden;
|
||
|
margin: (@line-height-computed / 2) @line-height-computed @line-height-computed (@line-height-computed / 2);
|
||
|
}
|
||
|
}
|