Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Oct 7, 2024
1 parent 2f28e0c commit ca06a2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reusecore/Layout/Row.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import styled, { css } from "styled-components";

const RowWrapper = styled.div`
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
@media (max-width: 760px) {
Expand Down

0 comments on commit ca06a2e

Please sign in to comment.