_full-site-editing.scss 665 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. @import "../../varia/sass/full-site-editing/imports";
  2. .fse-enabled.home.page.hide-homepage-title .fse-header.entry-content {
  3. padding-bottom: $spacing_vertical;
  4. @include media(mobile) {
  5. padding-bottom: #{1.5 * $spacing_vertical};
  6. }
  7. }
  8. .fse-template-part {
  9. &#masthead {
  10. max-width: 100%;
  11. padding: unset;
  12. width: 100%;
  13. }
  14. .main-navigation a {
  15. text-decoration: none;
  16. }
  17. @include media(mobile-only) {
  18. max-width: calc( 100% - #{ $spacing_vertical } );
  19. .main-navigation > div {
  20. padding: 0 32px;
  21. }
  22. }
  23. .wp-block-cover,
  24. .wp-block-cover-image {
  25. .site-title a {
  26. text-decoration: none;
  27. }
  28. .has-background {
  29. text-shadow: none;
  30. }
  31. }
  32. }