overleaf/services/web/public/stylesheets/app/about-page.less
2014-06-20 17:17:24 +01:00

14 lines
No EOL
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;
}
}