_header.scss 76 B

1234567
  1. Header{
  2. position: fixed;
  3. top: 0;
  4. h1{
  5. margin: 30px 0 0 30px;
  6. }
  7. }