_full-site-editing.scss 605 B

123456789101112131415161718192021222324252627282930313233
  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: calc( 1.5 * #{ $spacing_vertical } );
  6. }
  7. }
  8. .fse-template-part {
  9. .main-navigation a {
  10. text-decoration: none;
  11. }
  12. @include media(mobile-only) {
  13. max-width: calc( 100% - #{ $spacing_vertical } );
  14. .main-navigation > div {
  15. padding: 0 32px;
  16. }
  17. }
  18. .wp-block-cover,
  19. .wp-block-cover-image {
  20. .site-title a {
  21. text-decoration: none;
  22. }
  23. .has-background {
  24. text-shadow: none;
  25. }
  26. }
  27. }