@oslokommune/punkt-css 12.42.1 → 12.42.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/css/pkt.css CHANGED
@@ -21600,17 +21600,17 @@ body.pkt-modal--open {
21600
21600
  font-size: 1rem;
21601
21601
  }
21602
21602
  .pkt-modal--large {
21603
- width: 100vh;
21603
+ width: 100vw;
21604
21604
  }
21605
21605
  }
21606
21606
  @media screen and (max-width: 480px) {
21607
21607
  .pkt-modal--small {
21608
- width: 100vh;
21608
+ width: 100vw;
21609
21609
  }
21610
21610
  }
21611
21611
  @media screen and (max-width: 36rem) {
21612
21612
  .pkt-modal--medium {
21613
- width: 100vh;
21613
+ width: 100vw;
21614
21614
  }
21615
21615
  }
21616
21616
  @media screen and (max-width: 480px) {