Advertisement
HCHexY

evolucao.css

Mar 21st, 2020
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.34 KB | None | 0 0
  1.  
  2. .canvas{
  3.    width: 100%;
  4.    height: auto;
  5. }
  6. .textWrapper {
  7.    text-align: center;
  8. }
  9. .grid{
  10. --ion-grid-column-padding:        5px;
  11. --ion-grid-width-xs:              100%;
  12. --ion-grid-width-sm:              100%;
  13. --ion-grid-width-md:              100%;
  14. --ion-grid-width-lg:              100%;
  15. --ion-grid-width-xl:              100%;
  16.  
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement