Skip to content

Commit

Permalink
Add margins to headings and add target _blank for resource URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
ravichdev committed Apr 6, 2021
1 parent c24c815 commit 7b58fb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions plugin/assets/css/src/settings/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
margin-top: 0;
}

& h2 {
margin-top: 32px;
}

& p {
font-size: 16px;
margin: 0;
Expand Down
4 changes: 2 additions & 2 deletions plugin/assets/src/settings/components/integrations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ const Integrations = () => {
'Integrate %s and %s to get the most out of the Material Theme.',
'material-design'
),
`<a href="https://fonts.google.com/">${ __(
`<a href="https://fonts.google.com/" target="_blank" rel="noopener noreferrer">${ __(
'Google Fonts',
'material-design'
) }</a>`,
`<a href="https://material.io/resources/icons/?style=baseline">${ __(
`<a href="https://material.io/resources/icons/?style=baseline" target="_blank" rel="noopener noreferrer">${ __(
'Material icons',
'material-design'
) }</a>`
Expand Down

0 comments on commit 7b58fb4

Please sign in to comment.