Commit f2fc63d 1 parent 0bc09b6 commit f2fc63d Copy full SHA for f2fc63d
File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Link from '@docusaurus/Link';
3
3
import useDocusaurusContext from '@docusaurus/useDocusaurusContext' ;
4
4
import Layout from '@theme/Layout' ;
5
5
import HomepageFeatures from '@site/src/components/HomepageFeatures' ;
6
- import DocusaurusImageUrl from '@site/static/ui/openhouse_logo.png' ;
6
+ import OpenHouseImageUrl from '@site/static/ui/openhouse_logo.png' ;
7
7
8
8
import Heading from '@theme/Heading' ;
9
9
import styles from './index.module.css' ;
@@ -26,7 +26,7 @@ function HomepageHeader() {
26
26
</ Link >
27
27
</ div >
28
28
< div class = "col col--4 col--offset-2" >
29
- < img src = { DocusaurusImageUrl } />
29
+ < img className = { styles . heroBannerImage } src = { OpenHouseImageUrl } />
30
30
</ div >
31
31
</ div >
32
32
</ div >
Original file line number Diff line number Diff line change 16
16
@media screen and (max-width : 996px ) {
17
17
.heroBanner {
18
18
padding : 2rem ;
19
+ text-align : center;
20
+ }
21
+
22
+ .heroBannerImage {
23
+ padding : 3rem ;
19
24
}
20
25
}
21
26
You can’t perform that action at this time.
0 commit comments