added height breakpoint for disclaimer view agree to terms modal to make relative, fixed alignment on tour view

This commit is contained in:
Jamal Jackson 2016-09-07 15:05:30 -04:00
commit dfe0c39260
2 changed files with 13 additions and 1 deletions

View file

@ -71,3 +71,12 @@
}
}
}
@media (max-height:460px){
#onboarding-disclaimer{
#agree-to-terms{
position: relative;
float:left;
}
}
}