Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

page.css 437B

123456789101112
  1. @media (orientation: landscape) {
  2. html[onsflag-iphonex-landscape] .page__content {
  3. padding-left: var(--iphonex-safe-area-inset-left-landscape);
  4. padding-right: var(--iphonex-safe-area-inset-right-landscape);
  5. }
  6. /* Ignore if the page is in dialogs or modals */
  7. html[onsflag-iphonex-landscape] .dialog .page__content,
  8. html[onsflag-iphonex-landscape] .modal .page__content {
  9. padding-left: 0;
  10. padding-right: 0;
  11. }
  12. }