_header.styl 316 B

123456789101112131415161718192021222324252627
  1. .site-brand-container {
  2. background: $black-deep;
  3. +tablet-mobile() {
  4. box-shadow: 0 0 16px rgba(0, 0, 0, .5);
  5. }
  6. }
  7. .site-meta {
  8. padding: 20px 0;
  9. }
  10. .brand {
  11. padding: 0;
  12. }
  13. .site-subtitle {
  14. margin: 10px 10px 0;
  15. }
  16. .custom-logo-image {
  17. margin-top: 20px;
  18. +tablet-mobile() {
  19. display: none;
  20. }
  21. }