mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Help/About: Reduce About screens heading sizes on smaller viewports.
[56950] reduced the heading size of About screen headings, but that did not edit the size for smaller viewports. This changeset fixes this issue, and also updates the larger fluid font size (960px - 1200px). Follow-up to [56950]. Props dhruvang21, sabernhardt, khokansardar. Fixes #61030. Built from https://develop.svn.wordpress.org/trunk@58060 git-svn-id: http://core.svn.wordpress.org/trunk@57525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a3d497718e
commit
3294fc01ba
@ -586,7 +586,7 @@
|
||||
.privacy-php .about__header-title h1,
|
||||
.contribute-php .about__header-title h1 {
|
||||
/* Fluid font size scales on browser size 960px - 1200px. */
|
||||
font-size: clamp(2rem, 10vw - 3rem, 4rem);
|
||||
font-size: clamp(2rem, 20vw - 9rem, 4rem);
|
||||
}
|
||||
|
||||
.about__header-text {
|
||||
@ -656,7 +656,7 @@
|
||||
.privacy-php .about__header-title h1,
|
||||
.contribute-php .about__header-title h1 {
|
||||
/* Fluid font size scales on browser size 600px - 960px. */
|
||||
font-size: clamp(3rem, 6.67vw - 0.5rem, 4.5rem);
|
||||
font-size: clamp(2rem, 20vw - 9rem, 4rem);
|
||||
}
|
||||
|
||||
.about__header-navigation .nav-tab {
|
||||
|
2
wp-admin/css/about-rtl.min.css
vendored
2
wp-admin/css/about-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -585,7 +585,7 @@
|
||||
.privacy-php .about__header-title h1,
|
||||
.contribute-php .about__header-title h1 {
|
||||
/* Fluid font size scales on browser size 960px - 1200px. */
|
||||
font-size: clamp(2rem, 10vw - 3rem, 4rem);
|
||||
font-size: clamp(2rem, 20vw - 9rem, 4rem);
|
||||
}
|
||||
|
||||
.about__header-text {
|
||||
@ -655,7 +655,7 @@
|
||||
.privacy-php .about__header-title h1,
|
||||
.contribute-php .about__header-title h1 {
|
||||
/* Fluid font size scales on browser size 600px - 960px. */
|
||||
font-size: clamp(3rem, 6.67vw - 0.5rem, 4.5rem);
|
||||
font-size: clamp(2rem, 20vw - 9rem, 4rem);
|
||||
}
|
||||
|
||||
.about__header-navigation .nav-tab {
|
||||
|
2
wp-admin/css/about.min.css
vendored
2
wp-admin/css/about.min.css
vendored
File diff suppressed because one or more lines are too long
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-alpha-58059';
|
||||
$wp_version = '6.6-alpha-58060';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user