Skip to content

Commit

Permalink
document
Browse files Browse the repository at this point in the history
  • Loading branch information
icheer committed Apr 26, 2021
1 parent f192f04 commit 042de4f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
.card {
position: relative;
border: 1px solid #aaa;
margin: 0 0 0 30px;
margin: 0 0 0 20px;
width: 1255px;
height: 345px;
overflow: auto;
Expand All @@ -110,7 +110,7 @@
position: relative;
display: flex;
height: calc(100vh - 435px);
margin-top: 10px;
margin-top: 15px;
}
.wrap > * {
width: 50%;
Expand All @@ -122,7 +122,7 @@
width: 48%;
height: 100%;
box-sizing: border-box;
margin: 0 20px 0 30px;
margin: 0 15px 0 20px;
padding: 0;
overflow: auto;
border: 1px solid #ddd;
Expand All @@ -139,7 +139,7 @@
position: relative;
box-sizing: border-box;
border: 1px solid #ddd;
margin-right: 30px;
margin-right: 20px;
padding: 10px;
overflow-y: auto;
overflow-x: hidden;
Expand Down
Loading

1 comment on commit 042de4f

@vercel
Copy link

@vercel vercel bot commented on 042de4f Apr 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.