File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Github from 'static/ic_github.svg';
5
5
6
6
const FloatingFooter = ( ) => (
7
7
< div className = { styles . footer } >
8
- < div className = { `container ${ styles . container } ` } >
8
+ < div className = { `container container--full ${ styles . container } ` } >
9
9
< a className = { styles . wonderkiln } target = "_blank" href = "https://wonderkiln.com" >
10
10
A Wonderkiln Project
11
11
</ a >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import Menu from './ic_menu.svg';
7
7
8
8
const Nav = ( ) => (
9
9
< nav className = { styles . nav } >
10
- < div className = { `container ${ styles . container } ` } >
10
+ < div className = { `container container--full ${ styles . container } ` } >
11
11
< Logo />
12
12
< LogoType />
13
13
< Menu />
Original file line number Diff line number Diff line change 4
4
max-width : 75rem ;
5
5
margin : 0 auto ;
6
6
7
+ & --full {
8
+ max-width : 100% ;
9
+ }
10
+
7
11
& --large {
8
12
max-width : 60rem ;
9
13
}
You can’t perform that action at this time.
0 commit comments