Skip to content

Commit

Permalink
wip: style
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Dec 3, 2024
1 parent 5ad2800 commit 525f455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ site:
Enabling Open Science Discoveries
:::

Enabling learning and discovery with interactive computing.
{large}`Enabling learning and discovery with interactive computing.`

:::::{grid} 1 1 2 2

Expand Down
3 changes: 2 additions & 1 deletion landing-page.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ const heroDirective = {
type: "div",
style: {
fontWeight: "bold",
fontSize: "4em",
fontSize: "3em",
maxWidth: "50%",
margin: ".5em auto",
textAlign: "center",
lineHeight: "normal",
overflowWrap: "normal",
},
children: data.body,
};
Expand Down

0 comments on commit 525f455

Please sign in to comment.