removed cat margin bottom at certain height
This commit is contained in:
parent
4a1ea6d3ea
commit
df30370e67
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,9 @@
|
||||||
}
|
}
|
||||||
@media (max-height: 540px){
|
@media (max-height: 540px){
|
||||||
#onboarding-push-notifications{
|
#onboarding-push-notifications{
|
||||||
|
#cta{
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.cta-buttons{
|
.cta-buttons{
|
||||||
float:left;
|
float:left;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue