header.module.css 61 B

123
  1. .headerContainer {
  2. @apply sticky top-0 p-4 z-10 bg-white;
  3. }