From c5d880c61613115d2025164c8b9934fe7a1afe37 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 23 Nov 2019 14:52:13 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentytwenty/style-rtl.css | 4 ++-- src/wp-content/themes/twentytwenty/style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index ed58877a77..269ddab62f 100644 --- a/src/wp-content/themes/twentytwenty/style-rtl.css +++ b/src/wp-content/themes/twentytwenty/style-rtl.css @@ -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 { diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index db208bc33f..4edd09fb12 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -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 {