Skip to content

Commit

Permalink
fix(web): bug in desktop view community section
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Sep 5, 2023
1 parent 758807d commit 1700914
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions web/src/pages/Home/Community/Element.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import React from "react";
import styled, { css } from "styled-components";
import { smallScreenStyle } from "styles/smallScreenStyle";
import styled from "styled-components";

const Container = styled.div`
display: flex;
gap: 8px;
padding: 16px 32px 16px 0px;
svg {
width: 16px;
Expand All @@ -16,12 +14,6 @@ const Container = styled.div`
display: flex;
gap: 8px;
}
${smallScreenStyle(
() => css`
padding: 0px;
`
)}
`;

const StyledLabel = styled.label`
Expand Down

0 comments on commit 1700914

Please sign in to comment.