Skip to content

Commit

Permalink
intro message in dynamic table
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmaguitar committed Aug 29, 2024
1 parent 9965a91 commit 159a7ea
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
22 changes: 12 additions & 10 deletions _app/src/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,18 @@ const Examples = () => {

return (
<>
<p>
Dynamic table of examples at
<a
href={
'https://github.com/WordPress/block-development-examples'
}
>
WordPress/block-development-examples
</a>
</p>
<div className="intro">
<p>
Dynamic table of examples at
<a
href={
'https://github.com/WordPress/block-development-examples'
}
>
WordPress/block-development-examples
</a>
</p>
</div>
<DataViews
data={ processedData }
fields={ fields }
Expand Down
9 changes: 9 additions & 0 deletions _app/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ body {
min-width: 600px;
}

.intro {
padding: 0 50px;
font-weight: 700;

a {
margin: 0 5px;
}
}

.tags_example {
display: flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 159a7ea

Please sign in to comment.