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.


Built from https://develop.svn.wordpress.org/branches/5.0@43927


git-svn-id: http://core.svn.wordpress.org/branches/5.0@43759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
allancole 2018-11-21 20:14:49 +00:00
parent 37875754c1
commit f1924dd922
4 changed files with 23 additions and 1 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); 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 menu === */
.footer-navigation { .footer-navigation {
display: inline; display: inline;

View File

@ -1598,6 +1598,13 @@ body.page .main-navigation {
transform: rotate(-45deg); 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 menu === */
.footer-navigation { .footer-navigation {
display: inline; display: inline;

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.0-beta5-43926'; $wp_version = '5.0-beta5-43927';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.