123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- @import "../../varia/sass/full-site-editing/editor";
- .site-header, .site-footer {
- .site-title {
- font-size: 20px;
- @include media(mobile) {
- font-size: 24px;
- }
- }
- .site-description {
- font-size: 13.8px;
- @include media(mobile) {
- font-size: 16.6px;
- }
- }
- .wp-block-cover,
- .wp-block-cover-image {
- .site-title,
- .site-description {
- text-shadow: 0 0 6px map-deep-get($config-global, "color", "black");
- }
- }
- }
- .site-header {
- .site-title {
- text-decoration: none;
- }
- .main-navigation {
- text-align: center;
- ul {
- justify-content: center;
- a {
- font-size: 20px;
- text-decoration: none;
- }
- }
- }
- }
- .site-footer {
- .site-title {
- font-weight: 700;
- }
- .main-navigation .footer-menu {
- justify-content: center;
- @include media(tablet) {
- justify-content: flex-end;
- }
- a {
- font-size: 16.6px;
- text-decoration: none;
- @include media(mobile-only) {
- font-size: 13.8px;
- padding: 0 8px;
- }
- }
- }
- }
- .post-content__block {
- margin-top: -36px;
- }
|