Skip to content

Commit

Permalink
feat : css
Browse files Browse the repository at this point in the history
  • Loading branch information
skang132 committed May 29, 2024
1 parent e728b26 commit caefaa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,21 +202,21 @@ html, body {
}

.dashboard #similarity_score {
top: 465px;
top: 410px;
width: 250px;
height: 610px;
}

.dashboard #human {
left: 260px;
top: 465px;
top: 410px;
width: 350px;
height: 610px;
}

.dashboard #result {
left: 620px;
top: 465px;
top: 410px;
width: 700px;
height: 610px;
}
Expand Down

0 comments on commit caefaa0

Please sign in to comment.