mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 19:02:23 +01:00
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:
parent
37875754c1
commit
f1924dd922
@ -53,3 +53,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.site-title + .social-navigation,
|
||||
.site-description + .social-navigation {
|
||||
|
||||
@include media(tablet) {
|
||||
margin-top: calc(#{$size__spacing-unit} / 5 );
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @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.
|
||||
|
Loading…
Reference in New Issue
Block a user