Skip to content

Commit

Permalink
styles(landing-page): add padding to image in tablet screens
Browse files Browse the repository at this point in the history
  • Loading branch information
bsahitya committed May 13, 2024
1 parent 9a6b518 commit 378b0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import styles from './index.module.css';
function HomepageHeader() {
const { siteConfig } = useDocusaurusContext();
return (
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<header className={clsx('hero--primary', styles.heroBanner)}>
<div className={clsx('container', styles.container)}>
<div className="">
<Heading as="h1" className="hero__title">
Expand Down

0 comments on commit 378b0ee

Please sign in to comment.