From 581a636badd142fe37cf2d07b2bd21d5f904d99f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 4 Aug 2020 18:09:37 +0000 Subject: [PATCH] Help/About: Correct header spacing on shorter screens after removing the musician name. Remove some unnecessary CSS. Follow-up to [48730]. Props ryelle. See #50416. git-svn-id: https://develop.svn.wordpress.org/trunk@48736 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/about.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css index 4fa8d08711..4258b7a6a8 100644 --- a/src/wp-admin/css/about.css +++ b/src/wp-admin/css/about.css @@ -463,6 +463,7 @@ height: 20vh; max-height: 16em; padding: 32px; + margin-bottom: 4em; text-align: center; } @@ -495,14 +496,6 @@ margin: 0; } -.about__header-text:last-of-type { - display: inline-block; - float: right; - margin-left: 0; - margin-right: -16px; - margin-bottom: 4em; -} - .about__header-navigation { clear: both; padding-top: 0;