mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-02 01:20:03 +00:00
Twenty Twenty: Correctly align the author bio and bottom post meta on single posts on mobile.
Props nielslange, Anlino. Fixes #48619. git-svn-id: https://develop.svn.wordpress.org/trunk@46762 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2411,7 +2411,7 @@ h2.entry-title {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 58rem;
|
||||
width: calc(100% - 4rem);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.post-meta {
|
||||
@@ -2575,7 +2575,7 @@ h2.entry-title {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 58rem;
|
||||
width: calc(100% - 4rem);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hide-avatars .author-bio {
|
||||
|
||||
@@ -2427,7 +2427,7 @@ h2.entry-title {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
max-width: 58rem;
|
||||
width: calc(100% - 4rem);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.post-meta {
|
||||
@@ -2591,7 +2591,7 @@ h2.entry-title {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
max-width: 58rem;
|
||||
width: calc(100% - 4rem);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hide-avatars .author-bio {
|
||||
|
||||
Reference in New Issue
Block a user