Raise landing bottom content position
This commit is contained in:
@@ -2500,6 +2500,8 @@ input:checked + .toggleSwitchSlider:before {
|
||||
transition: top 2s ease;
|
||||
top: 0px;
|
||||
height: 100%;
|
||||
padding-bottom: 34px;
|
||||
box-sizing: border-box;
|
||||
flex: 1 1 0;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
@@ -2518,6 +2520,8 @@ input:checked + .toggleSwitchSlider:before {
|
||||
transition: top 2s ease;
|
||||
top: 0px;
|
||||
height: 100%;
|
||||
padding-bottom: 34px;
|
||||
box-sizing: border-box;
|
||||
flex: 0 0 auto;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
@@ -2536,6 +2540,8 @@ input:checked + .toggleSwitchSlider:before {
|
||||
transition: top 2s ease;
|
||||
top: 0px;
|
||||
height: 100%;
|
||||
padding-bottom: 34px;
|
||||
box-sizing: border-box;
|
||||
flex: 1 1 0;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
|
||||
Reference in New Issue
Block a user