datacipen commited on
Commit
9c458f2
·
verified ·
1 Parent(s): 5e9d705

Update assets/style.css

Browse files
Files changed (1) hide show
  1. assets/style.css +1 -1
assets/style.css CHANGED
@@ -1,7 +1,7 @@
1
  html,body{max-width:100vw}
2
  .mantine-Text-root{white-space: pre-line!important;}
3
 
4
- @media screen and (max-device-width: 31.25em) {
5
  div.m_dee7bd2f.mantine-Grid-inner:nth-child(10){--col-flex-basis:100%!important; --col-max-width:100%!important}
6
  div.m_dee7bd2f.mantine-Grid-inner > div.mantine-Grid-col{--col-flex-basis:100%!important; --col-max-width:100%!important}
7
  }
 
1
  html,body{max-width:100vw}
2
  .mantine-Text-root{white-space: pre-line!important;}
3
 
4
+ @media screen and (max-width: 480px) {
5
  div.m_dee7bd2f.mantine-Grid-inner:nth-child(10){--col-flex-basis:100%!important; --col-max-width:100%!important}
6
  div.m_dee7bd2f.mantine-Grid-inner > div.mantine-Grid-col{--col-flex-basis:100%!important; --col-max-width:100%!important}
7
  }