File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ import styles from './index.module.css';
1111
1212function HomepageHeader ( ) {
1313 const { siteConfig} = useDocusaurusContext ( ) ;
14- const all = {
15- background : "white" ,
16- } ;
1714
1815 const letters = {
1916 "text-align" : "left" ,
@@ -22,12 +19,12 @@ function HomepageHeader() {
2219 background : "white" ,
2320 color : "#00152A" ,
2421 float : "right" ,
25- width : "20 %" ,
22+ width : "30 %" ,
2623 margin : "0" ,
2724 } ;
2825 const image = {
2926 float : "right" ,
30- width : "30 %" ,
27+ width : "35 %" ,
3128 } ;
3229 return (
3330 < header className = { clsx ( 'hero hero--primary' , styles . heroBanner ) } >
Original file line number Diff line number Diff line change 33 * and scoped locally.
44 */
55
6+ @media screen and (max-width : 950px ) {
7+ .heroBanner {
8+ flex-direction : column;
9+ width : 100% ;
10+ }
11+ }
12+
613.heroBanner {
714 left : 50% ;
815 align-content : center;
2330 display : flex;
2431 align-items : center;
2532 justify-content : left;
33+ width : 100% ;
2634}
2735
2836.right {
You can’t perform that action at this time.
0 commit comments