Skip to content

Commit

Permalink
fix: cleaned up again [STRY-70]
Browse files Browse the repository at this point in the history
  • Loading branch information
val-l-hosler committed Feb 22, 2024
1 parent 007ae6a commit 95556bf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion build.washingtonpost.com/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export const Footer = () => {
marginRight: "auto",
maxWidth: "1028px",
width: "100%",

[customSmBreakpoint]: {
marginTop: "$200",
"footer.site-footer": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const Container = styled("div", {
backgroundColor: theme.colors.gray200,
borderRadius: "$round",
},

"@md": { marginTop: "0" },
[customNotSmBreakpoint]: {
width: "300px",
Expand Down
3 changes: 0 additions & 3 deletions build.washingtonpost.com/components/NavigationBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const List = styled("ul", {
listStyle: "none",
justifyContent: "flex-end",
alignItems: "center",

[customSmBreakpoint]: {
display: "none",
},
Expand Down Expand Up @@ -56,7 +55,6 @@ const ListItem = styled("li", {
display: "flex",
flexDirection: "column",
margin: "0 $200 0 0",

[customSmBreakpoint]: {
margin: "0",
display: "none",
Expand All @@ -69,7 +67,6 @@ const Anchor = styled("a", {
"&:hover": {
opacity: "0.75",
},

variants: {
isCurrent: {
true: {
Expand Down

0 comments on commit 95556bf

Please sign in to comment.