mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 04:25:37 +00:00
Make features sections responsive.
This commit is contained in:
parent
a5e2ae3853
commit
fcfadbfd5e
1 changed files with 21 additions and 12 deletions
|
@ -101,35 +101,44 @@
|
|||
box-shadow: @rfp-card-shadow;
|
||||
}
|
||||
.rfp-section-feature {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
display: block;
|
||||
color: @rfp-rp-blue-dark;
|
||||
background-color: @rfp-rp-blue-light;
|
||||
text-align: left;
|
||||
@media (min-width: @screen-sm-min) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
.rfp-feature-description-container,
|
||||
.rfp-feature-video-container {
|
||||
flex: 0 0 50%;
|
||||
}
|
||||
.rfp-feature-description-container {
|
||||
padding-right: 1em;
|
||||
.rfp-section-feature-alt & {
|
||||
padding-right: 0;
|
||||
padding-left: 1em;
|
||||
@media (min-width: @screen-sm-min) {
|
||||
padding-right: 1em;
|
||||
.rfp-section-feature-alt & {
|
||||
padding-right: 0;
|
||||
padding-left: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
.rfp-feature-video-container {
|
||||
padding-left: 1em;
|
||||
.rfp-section-feature-alt & {
|
||||
padding-left: 0;
|
||||
padding-right: 1em;
|
||||
order: -1;
|
||||
@media (min-width: @screen-sm-min) {
|
||||
padding-left: 1em;
|
||||
.rfp-section-feature-alt & {
|
||||
padding-left: 0;
|
||||
padding-right: 1em;
|
||||
order: -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
.rfp-section-feature-alt {
|
||||
color: #FFF;
|
||||
background-color: transparent;
|
||||
text-align: right;
|
||||
@media (min-width: @screen-sm-min) {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
.rfp-section-testimonials {
|
||||
background-color: @rfp-rp-blue-darkest;
|
||||
|
|
Loading…
Reference in a new issue