mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-10 04:25:44 +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
|
@ -4,3 +4,4 @@
|
|||
@import "../../../pub/wporg/css/settings/typography";
|
||||
@import "colors";
|
||||
@import "structure";
|
||||
@import "typography";
|
||||
|
|
5
themes/wporg-5ftf/css/settings/_typography.scss
Normal file
5
themes/wporg-5ftf/css/settings/_typography.scss
Normal file
|
@ -0,0 +1,5 @@
|
|||
$type__base: 18px;
|
||||
$type__base-mobile: 16px;
|
||||
$type__lineheight: 1.5;
|
||||
|
||||
$font__serif: Georgia, "Times New Roman", serif;
|
Loading…
Add table
Add a link
Reference in a new issue