Skip to content

Commit

Permalink
fix(NavBar): Message background uses full width
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Martinez authored and ooHmartY committed Jul 2, 2018
1 parent e3d5a3c commit 6ae8f64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/NavBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import Links from "./Links";
import Buttons from "./Buttons";
import Row from "../Grid/Row";
import Column from "../Grid/Column";
import GridContainer from "../Grid/Container";

const Nav = styled.nav.attrs({
role: "navigation"
Expand Down Expand Up @@ -118,7 +117,7 @@ const Left = styled.div`
${largeAndUp`width: 50%;`};
`;

const MessageContainer = GridContainer.extend`
const MessageContainer = styled.div`
background-color: rgba(0, 0, 0, 0.2);
text-align: center;
font-size: ${typography.size.uno};
Expand Down

0 comments on commit 6ae8f64

Please sign in to comment.