mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
2d9b089e16
Fix inconsistent use of tabs and spaces in less files GitOrigin-RevId: c69667f0dc6bc70ea3623890e2b2b741e358d454
33 lines
508 B
Text
33 lines
508 B
Text
/*
|
|
v2
|
|
About Page
|
|
*/
|
|
.team {
|
|
list-style: none;
|
|
padding: 0;
|
|
.team-member {
|
|
display: block;
|
|
float: left;
|
|
margin-bottom: @margin-lg;
|
|
width: 100%;
|
|
h3 {
|
|
margin: 0;
|
|
}
|
|
.team-pic {
|
|
float: left;
|
|
margin-right: @margin-sm;
|
|
}
|
|
.team-info {
|
|
overflow: hidden;
|
|
}
|
|
.team-connect {
|
|
list-style: none;
|
|
margin-top: @margin-sm;
|
|
padding: 0;
|
|
li {
|
|
display: inline-block;
|
|
margin: 0 @margin-md 0 0;
|
|
}
|
|
}
|
|
}
|
|
}
|