Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f76fce

Browse files
committed
feat: 💄 Built the demo page user intefaces
1 parent 56eba08 commit 5f76fce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Cell.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ export default function Cell({
139139
style={{
140140
background: "none",
141141
border: "none",
142-
marginLeft: "-10px",
143142
}}
144143
onClick={() => {
145144
getCode();

src/components/layout/layout.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
import styled from "styled-components";
33

44
export const Layout = styled.div`
5-
margin: 0 auto;
5+
margin: 0px auto;
66
max-width: 1400px;
77
`;

0 commit comments

Comments
 (0)