v4.1 - Admin/onboarding
This commit is contained in:
@@ -108,7 +108,32 @@
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.ob-footer-inner {
|
||||
padding: 0 18px;
|
||||
height: auto;
|
||||
padding: 12px 18px;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
row-gap: 10px;
|
||||
}
|
||||
|
||||
.ob-footer-email {
|
||||
order: 3;
|
||||
flex: 0 0 100%;
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
white-space: normal;
|
||||
overflow: visible;
|
||||
text-overflow: clip;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.ob-footer-back,
|
||||
.ob-footer-logout {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.ob-footer-logout {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user