Help/About: Correct header spacing on shorter screens after removing the musician name.

Remove some unnecessary CSS.

Follow-up to [48730].

Props ryelle.
Reviewed by whyisjake, SergeyBiryukov.
Merges [48736] to the 5.5 branch.
See #50416.

git-svn-id: https://develop.svn.wordpress.org/branches/5.5@48737 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-08-04 18:11:15 +00:00
parent d83a210f21
commit 4e0dbae2da
1 changed files with 1 additions and 8 deletions

View File

@ -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;