mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
2d9b089e16
Fix inconsistent use of tabs and spaces in less files GitOrigin-RevId: c69667f0dc6bc70ea3623890e2b2b741e358d454
19 lines
339 B
Text
19 lines
339 B
Text
.long-form-features {
|
|
h2 {
|
|
margin-top: 0;
|
|
margin-bottom: @line-height-computed;
|
|
}
|
|
img {
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
h3 {
|
|
margin: 0;
|
|
}
|
|
i {
|
|
color: lighten(@blue, 15%);
|
|
}
|
|
}
|