mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 18:05:45 +03:00
Homepage: clean up item positioning
- Remove accidental drop-shadow (mistake in Figma) - Use the correct fonts for callout text - Switch to a fixed width of rems over percentages to make alignment easier - Use rems to outdent quote so it lines up with the edge of the photo - Overlap the blue box + photo on larger screens, and offset the quote down - Remove unused selectors - Fix quote display in the editor
This commit is contained in:
parent
f888fd85c8
commit
157b73e13f
10 changed files with 28 additions and 15 deletions
|
@ -6,6 +6,7 @@
|
|||
@import "settings/colors";
|
||||
@import "../../pub/wporg/css/settings/structure";
|
||||
@import "settings/structure";
|
||||
@import "settings/typography";
|
||||
@import "../../pub/wporg/css/tools/breakpoint";
|
||||
@import "../../pub/wporg/css/settings/_modular-scale.scss";
|
||||
@import "../../pub/wporg/css/objects/buttons";
|
||||
|
@ -42,7 +43,9 @@
|
|||
.wp-block-pullquote.is-style-wporg-home-pullquote {
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
// font-family and face, etc?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue