Skip to content

Commit

Permalink
[Refactor]Circle_view
Browse files Browse the repository at this point in the history
  • Loading branch information
eelkom committed Oct 23, 2024
1 parent dab70ab commit a95afa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circles.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@
body {
width: 100%;
height: 100%;
overflow-x: hidden;
overflow: hidden;
/* 영역을 넘는 부분은 숨기기 */
background-color: #ffffff;
/* 배경은 흰색 */
}

canvas {
padding-top: -30vh;
padding-top: -50vh;
width: 100%;
height: 100%;
}

.title {
padding-top: 37vh;
padding-top: 30vh;
}

.captions-container {
Expand Down

0 comments on commit a95afa9

Please sign in to comment.