Skip to content

Commit

Permalink
looks
Browse files Browse the repository at this point in the history
  • Loading branch information
5e-Cleric committed Feb 21, 2024
1 parent 1eb48b4 commit f630463
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/dropDiv.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const DropDiv = () => {

return (
<div>
<GridLayout className="layout" layout={layout} cols={6} rowHeight={100} width={1200}>
<GridLayout className="layout" layout={layout} cols={6} rowHeight={100} width={600}>
<div key="a">A</div>
<div key="b">B</div>
<div key="c">C</div>
Expand Down
4 changes: 2 additions & 2 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ body {

#create {
height:700px;
width:500px;
width:600px;

.drop-div {
min-height:600px;
width:500px;
width:600px;
border:1px solid lightgrey;
border-radius:7px;
}
Expand Down
5 changes: 5 additions & 0 deletions src/styles/sheet.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
.drop {
border: 1px solid coral;
.react-grid-layout {

}


.react-grid-item {
display:grid;
Expand Down

0 comments on commit f630463

Please sign in to comment.