mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #18296 from overleaf/mf-reverse-button-containers-buttons
[web][website-redesign] Reverse the position for button pair inside of `.responsive-button-container` element GitOrigin-RevId: 72e229b37adb390c904abbabaec04e9ee964aba4
This commit is contained in:
parent
596dd87c5a
commit
9622e1924d
1 changed files with 1 additions and 5 deletions
|
@ -1091,11 +1091,7 @@
|
|||
|
||||
@media (max-width: @screen-xs-max) {
|
||||
width: 100%;
|
||||
// this is currently useful for responsive-button-container that has two buttons
|
||||
// in our current implementation, all two-buttons container will have the same value (explore plan + sign up)
|
||||
// we want to sign up to be on the right side on big screen, and on the top on small screen
|
||||
// if we want to apply this style for different buttons scenario, we should change this
|
||||
flex-direction: column-reverse;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue