mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
merge
This commit is contained in:
@@ -257,9 +257,9 @@ ion-button{
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.mobile-header {
|
||||
.content-details {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.content-details {
|
||||
@@ -286,6 +286,20 @@ ion-button{
|
||||
}
|
||||
|
||||
@media screen and (orientation:landscape) {
|
||||
ion-content {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
ion-content #wrapper {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.visionDesktop-flex {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user