Changeset 43927
- Timestamp:
- 11/21/2018 08:13:16 PM (5 years ago)
- Location:
- branches/5.0/src/wp-content/themes/twentynineteen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss
r43842 r43927 54 54 } 55 55 } 56 57 .site-title + .social-navigation, 58 .site-description + .social-navigation { 59 60 @include media(tablet) { 61 margin-top: calc(#{$size__spacing-unit} / 5 ); 62 } 63 } -
branches/5.0/src/wp-content/themes/twentynineteen/style-rtl.css
r43926 r43927 1599 1599 } 1600 1600 1601 @media only screen and (min-width: 768px) { 1602 .site-title + .social-navigation, 1603 .site-description + .social-navigation { 1604 margin-top: calc(1rem / 5); 1605 } 1606 } 1607 1601 1608 /** === Footer menu === */ 1602 1609 .footer-navigation { -
branches/5.0/src/wp-content/themes/twentynineteen/style.css
r43926 r43927 1599 1599 } 1600 1600 1601 @media only screen and (min-width: 768px) { 1602 .site-title + .social-navigation, 1603 .site-description + .social-navigation { 1604 margin-top: calc(1rem / 5); 1605 } 1606 } 1607 1601 1608 /** === Footer menu === */ 1602 1609 .footer-navigation {
Note: See TracChangeset
for help on using the changeset viewer.