overleaf/services/web/public/stylesheets/app/about-page.less

14 lines
324 B
Text
Raw Normal View History

2014-06-20 12:17:24 -04:00
.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;
}
}