Skip to content

Commit

Permalink
Merge pull request #17 from Education-DAO-Organization/align-iframe
Browse files Browse the repository at this point in the history
aligning iframe
  • Loading branch information
mapachurro authored Mar 15, 2024
2 parents 759deed + b5c41c3 commit 832815a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const FeatureList = [
description: (
<>
<div>
<iframe src="https://paragraph.xyz/@education-dao" style={{ width: '90vw', height: '80vh'}} title="Updates from Education DAO via paragraph.xyz" ></iframe>
<iframe src="https://paragraph.xyz/@education-dao" style={{ width: '60vw', height: '80vh', display: 'flex',
align: 'center' }} title="Updates from Education DAO via paragraph.xyz" ></iframe>
</div>
<ReactMarkdown>{Why}</ReactMarkdown>
</>
Expand Down
7 changes: 0 additions & 7 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ function HomepageHeader() {
{siteConfig.title}
</Heading>
<p className="hero__subtitle">{siteConfig.tagline}</p>
{/* <div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Docusaurus Tutorial - 5min ⏱️
</Link>
</div> */}
</div>
</header>
);
Expand Down

0 comments on commit 832815a

Please sign in to comment.