Updating Twenty Nineteen, our new default theme for 2019, set for 5.0.

This update changes the following: 

- Fix social-menu and site-logo alignment.

Props kjellr, xkon.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43927 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
allancole 2018-11-21 20:13:16 +00:00
parent ec99e72451
commit 1cf66057f6
3 changed files with 22 additions and 0 deletions

View File

@ -53,3 +53,11 @@
}
}
}
.site-title + .social-navigation,
.site-description + .social-navigation {
@include media(tablet) {
margin-top: calc(#{$size__spacing-unit} / 5 );
}
}

View File

@ -1598,6 +1598,13 @@ body.page .main-navigation {
transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
.site-title + .social-navigation,
.site-description + .social-navigation {
margin-top: calc(1rem / 5);
}
}
/** === Footer menu === */
.footer-navigation {
display: inline;

View File

@ -1598,6 +1598,13 @@ body.page .main-navigation {
transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
.site-title + .social-navigation,
.site-description + .social-navigation {
margin-top: calc(1rem / 5);
}
}
/** === Footer menu === */
.footer-navigation {
display: inline;