_header.scss 259 B

12345678910111213141516171819
  1. header {
  2. height: $header-height;
  3. text-align: center;
  4. }
  5. #title {
  6. position: relative;
  7. top: 8px;
  8. #logo {
  9. width: 100%;
  10. svg {
  11. margin: 0 auto;
  12. width: 220px;
  13. fill: #ffffff;
  14. }
  15. }
  16. }