mirror of
git://develop.git.wordpress.org/
synced 2025-01-29 10:38:22 +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. git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43927 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ec99e72451
commit
1cf66057f6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user