File tree Expand file tree Collapse file tree 2 files changed +29
-5
lines changed
templates/landing-main/contrib-section Expand file tree Collapse file tree 2 files changed +29
-5
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,29 @@ import liteLogo from '../images/match.svg';
8
8
import theme from './theme.module.scss' ;
9
9
10
10
const Header = ( { location } ) => (
11
- < Navbar theme = { theme } className = { `navbar${ location . pathname !== '/' ? ' navbar-extended' : ' navbar-animated' } ` } position = "fixed" flat title = { < Link to = "/" > React Lite UI</ Link > } leftIcon = { < Link to = "/" > < img src = { liteLogo } alt = "navbar-left-logo" /> </ Link > } >
12
- < Link to = "/documentation" activeClassName = "active-link" > Documentation</ Link >
13
- < Link to = "/usage" activeClassName = "active-link" > Usage</ Link >
14
- < Link to = "/playground" activeClassName = "active-link" > Playground</ Link >
11
+ < Navbar
12
+ theme = { theme }
13
+ className = { `navbar${ location . pathname !== '/' ? ' navbar-extended' : ' navbar-animated' } ` }
14
+ position = "fixed"
15
+ flat
16
+ title = { < Link to = "/" > React Lite UI</ Link > }
17
+ leftIcon = { < Link to = "/" > < img src = { liteLogo } alt = "navbar-left-logo" /> </ Link > }
18
+ >
19
+ < Link
20
+ to = "/documentation"
21
+ activeClassName = "active-link"
22
+ > Documentation
23
+ </ Link >
24
+ < Link
25
+ to = "/usage"
26
+ activeClassName = "active-link"
27
+ > Usage
28
+ </ Link >
29
+ < Link
30
+ to = "/playground"
31
+ activeClassName = "active-link"
32
+ > Playground
33
+ </ Link >
15
34
< a href = "https://www.github.com/Codebrahma/react-lite-ui/" >
16
35
< svg xmlns = "http://www.w3.org/2000/svg" width = "69" height = "23" viewBox = "0 0 69 23" >
17
36
< g fill = "#FFF" fillRule = "evenodd" >
Original file line number Diff line number Diff line change 1
- @media only screen and (max-width : 630 px ) {
1
+ @media only screen and (max-width : 790 px ) {
2
2
.row {
3
3
flex-flow : column !important ;
4
4
}
5
+
6
+ .contrib-section > .row > .col {
7
+ margin-left : 15% !important ;
8
+ margin-right : 15% !important ;
9
+ }
5
10
}
6
11
7
12
@media only screen and (max-width : 530px ) {
You can’t perform that action at this time.
0 commit comments