Skip to content

Commit

Permalink
css update2
Browse files Browse the repository at this point in the history
  • Loading branch information
nozbey committed Oct 17, 2023
1 parent fee84c5 commit 18b20fb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions dist/001.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
display: flex;
flex-direction: column;
overflow: auto;
padding: 24px 16px 0 16px;
padding: 10px 16px 0 16px;
}

.resultarea {
Expand All @@ -35,12 +35,12 @@
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 24px;
margin-bottom: 15px;
color: #1f1c2e;
}

.main-section-header p {
font-size: 16px;
font-size: 15px;
line-height: 32px;
font-weight: 700;
opacity: 0.9;
Expand Down Expand Up @@ -132,10 +132,11 @@

.graph-area {
display: none;
width: 100%;
height: 80%;
width: 88vw;
height: 80vh;
}


.control-area {
display: none;
flex-direction: column;
Expand Down

0 comments on commit 18b20fb

Please sign in to comment.