_header.styl 319 B

12345678910111213141516171819202122232425
  1. .custom-logo {
  2. .site-meta-headline {
  3. text-align: center;
  4. }
  5. .site-title {
  6. color: $black-deep;
  7. margin: 10px auto 0;
  8. a {
  9. border: 0;
  10. }
  11. }
  12. }
  13. .custom-logo-image {
  14. background: white;
  15. margin: 0 auto;
  16. max-width: 150px;
  17. padding: 5px;
  18. }
  19. .brand {
  20. background: var(--btn-default-bg);
  21. }