Skip to content

Commit

Permalink
update html structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeh committed Jun 6, 2019
1 parent 3b30ee1 commit 6d814e7
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,13 @@ export default (vars = {}) => {

'.Header': {
'.Logo': {
margin: '0.3em 0 0',
},
img: {
margin: '0.3em 0 0',
},

'.LogoText': {
fontSize: '1.1em',
span: {
fontSize: '1.1em',
},
},
},

Expand All @@ -104,7 +106,7 @@ export default (vars = {}) => {
},
},

'.MenuItem': {
li: {
display: 'block',
float: 'none',

Expand All @@ -121,8 +123,10 @@ export default (vars = {}) => {
color: linkColorLightHover,
},
},
'.MenuItem a': {
textDecoration: 'none',
li: {
a: {
textDecoration: 'none',
},
},
},
},
Expand Down

0 comments on commit 6d814e7

Please sign in to comment.