mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
d023150b0f
Specific homepage filenames and redirect to login when not found Move variables to shared file Move circle image styling to shared file Leaving float on plans page because of some layout differences
19 lines
No EOL
310 B
Text
19 lines
No EOL
310 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%);
|
|
}
|
|
} |