Skip to content

Commit

Permalink
style: Remove vertical padding as the formatted html in combination w…
Browse files Browse the repository at this point in the history
…ith the .prose class automatically adds margins
  • Loading branch information
drikusroor committed Jun 12, 2024
1 parent 4459bcc commit df079d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const Header: React.FC<HeaderProps> = ({
return (
<div className="hero aha__header">
<div className="intro">
<HTML body={experimentCollectionDescription} innerClassName="py-3" />
<HTML body={experimentCollectionDescription} innerClassName="" />
<nav className="actions">
{nextExperimentSlug && <a className="btn btn-lg btn-primary" href={`/${nextExperimentSlug}`}>{nextExperimentButtonText}</a>}
{aboutButtonText && <Link className="btn btn-lg btn-outline-primary" to={`/collection/${collectionSlug}/about`}>{aboutButtonText}</Link>}
Expand Down

0 comments on commit df079d1

Please sign in to comment.