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
310 B
Plaintext
19 lines
310 B
Plaintext
.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%);
|
|
}
|
|
} |