Skip to content

Commit

Permalink
Make footer max width 100vw to fix lighthouse test error (#574)
Browse files Browse the repository at this point in the history
* restrict footer width to 100vw

* make it camel case
  • Loading branch information
btahir authored May 21, 2020
1 parent 4fabcb6 commit 4dbb76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Footer = class extends React.Component {
</div>
<div className="content has-text-centered has-background-black has-text-white-ter">
<div className="container has-background-black has-text-white-ter">
<div className="columns">
<div style={{ maxWidth: '100vw' }} className="columns">
<div className="column is-4">
<section className="menu">
<ul className="menu-list">
Expand Down

0 comments on commit 4dbb76d

Please sign in to comment.