mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Admin: Add the text for the WordPress 5.2 About page.
This changes includes placeholder images for now, they'll be replaced by the final images before final release. Props chanthaboune, melchoyce, karmatosed, pento, marybaum, birgire, earnjam, andreamiddleton. See #46901. git-svn-id: https://develop.svn.wordpress.org/trunk@45271 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -237,7 +237,8 @@
|
||||
margin: 1em 0 2em;
|
||||
}
|
||||
|
||||
.about-wrap .one-col .alignright img {
|
||||
.about-wrap .one-col .alignright img,
|
||||
.about-wrap .one-col .alignleft img {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@@ -261,6 +262,10 @@
|
||||
margin-left: 80px;
|
||||
}
|
||||
|
||||
.about-wrap .inline-svg.alignleft {
|
||||
margin-right: 80px;
|
||||
}
|
||||
|
||||
.about-wrap .cta {
|
||||
text-align: center;
|
||||
}
|
||||
@@ -513,6 +518,11 @@
|
||||
max-width: 150px;
|
||||
}
|
||||
|
||||
.about-wrap .one-col .alignleft {
|
||||
margin-right: 20px;
|
||||
max-width: 150px;
|
||||
}
|
||||
|
||||
.about-wrap .two-col .col,
|
||||
.about-wrap .three-col .col,
|
||||
.about-wrap .four-col .col {
|
||||
@@ -568,7 +578,8 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.about-wrap .one-col .alignright {
|
||||
.about-wrap .one-col .alignright,
|
||||
.about-wrap .one-col .alignleft {
|
||||
max-width: 120px;
|
||||
}
|
||||
|
||||
@@ -613,11 +624,13 @@
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 320px) {
|
||||
.about-wrap .one-col .alignright {
|
||||
.about-wrap .one-col .alignright,
|
||||
.about-wrap .one-col .alignleft {
|
||||
float: none;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.about-wrap .one-col .alignright img {
|
||||
.about-wrap .one-col .alignright img,
|
||||
.about-wrap .one-col .alignleft img {
|
||||
margin: 0 0 1em;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user