МедиаВики:Common.css: Засвар хоорондын ялгаа

No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
12-р мөр: 12-р мөр:
     display: flex;
     display: flex;
     flex-direction: row;
     flex-direction: row;
     padding: 1rem 0;
}
    max-height: calc(calc(100vh - 3.125rem) - 88px);
 
@media screen and (min-width: 768px) {
     #bodyContent {
        padding: 1rem 0;
        max-height: calc(calc(100vh - 3.125rem) - 88px);
    }
   
}
}