summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/about-rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/css/about-rtl.css')
-rw-r--r--wp-admin/css/about-rtl.css38
1 files changed, 15 insertions, 23 deletions
diff --git a/wp-admin/css/about-rtl.css b/wp-admin/css/about-rtl.css
index 0c7b214..b5abef3 100644
--- a/wp-admin/css/about-rtl.css
+++ b/wp-admin/css/about-rtl.css
@@ -341,7 +341,8 @@
}
@media screen and (max-width: 480px) {
- .about__section.is-feature .column {
+ .about__section.is-feature .column,
+ .about__section .is-section-header {
padding: 0;
}
@@ -379,7 +380,7 @@
.about__container h2,
.about__container h3.is-larger-heading {
margin-top: 0;
- margin-bottom: 0.5em;
+ margin-bottom: calc(0.5 * var(--gap));
font-size: 2rem;
font-weight: 700;
line-height: 1.16;
@@ -389,6 +390,7 @@
.about__container h1.is-smaller-heading,
.about__container h2.is-smaller-heading {
margin-top: 0;
+ margin-bottom: calc(0.5 * var(--gap));
font-size: 1.625rem;
font-weight: 700;
line-height: 1.4;
@@ -448,6 +450,10 @@
text-decoration: underline;
}
+.about__section a.button.button-hero {
+ font-size: 1.5rem;
+}
+
.about__container ul {
list-style: disc;
margin-right: calc(var(--gap) / 2);
@@ -489,7 +495,7 @@
}
.about__container .about__image + h3 {
- margin-top: 1.5em;
+ margin-top: calc(0.75 * var(--gap));
}
.about__container hr {
@@ -508,6 +514,10 @@
margin: var(--gap) auto;
}
+.about__container hr.is-invisible {
+ border: none;
+}
+
.about__container div.updated,
.about__container div.error,
.about__container .notice {
@@ -586,7 +596,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 +666,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 {
@@ -1281,24 +1291,6 @@
margin: 0.6em 0;
}
-.freedoms-php .column .freedoms-image {
- background-image: url('../images/freedoms.png');
- background-size: 100%;
- padding-top: 100%;
-}
-
-.freedoms-php .column:nth-of-type(2) .freedoms-image {
- background-position: 100% 34%;
-}
-
-.freedoms-php .column:nth-of-type(3) .freedoms-image {
- background-position: 100% 66%;
-}
-
-.freedoms-php .column:nth-of-type(4) .freedoms-image {
- background-position: 100% 100%;
-}
-
/*------------------------------------------------------------------------------
x.5.0 - Legacy About Styles: Media Queries
------------------------------------------------------------------------------*/