added height breakpoint for disclaimer view agree to terms modal to make relative, fixed alignment on tour view
This commit is contained in:
parent
364fd32ca6
commit
dfe0c39260
2 changed files with 13 additions and 1 deletions
|
|
@ -71,3 +71,12 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height:460px){
|
||||
#onboarding-disclaimer{
|
||||
#agree-to-terms{
|
||||
position: relative;
|
||||
float:left;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue