Skip to content

Commit

Permalink
Footer CSS fixes
Browse files Browse the repository at this point in the history
I ran the lint, now I'm committing my changes, then I'll push to my current branch, then I'll make a pull request and ask Nemo to review, then I'll merge it with stampy-redesign.
  • Loading branch information
melissasamworth committed Feb 15, 2024
1 parent fedfb12 commit 5f2ae0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const FooterBar: FunctionComponent = () => {
<Link to="https://alignment.dev/" title="Alignment Ecosystem Development" />
</div>
</div>
<div className="xs grey">
<div className="xs grey text-align-center padding-bottom-16">
<br />
<Link
to="https://coda.io/d/AI-Safety-Info-Dashboard_dfau7sl2hmG/Copyright_su79L#_luPMa"
Expand Down
6 changes: 6 additions & 0 deletions app/newRoot.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,12 @@ ul {
padding: 0;
}

/* other one-off classes */

.text-align-center {
text-align: center;
}

/* for troubleshooting */

.pink {
Expand Down

0 comments on commit 5f2ae0f

Please sign in to comment.