X Tutup
Skip to content

Commit 3410273

Browse files
committed
update
1 parent f6213ba commit 3410273

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

cutter/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
<div class="show-area"></div>
2525
</div>
2626
</div>
27-
<script src="./src/hammer.js"></script>
27+
28+
<script src="./cutter/hammer.js"></script>
2829
<script src="./cutter/cutter.js"></script>
2930
<script src="./src/index.js"></script>
3031
</body>

cutter/src/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ p {
1919

2020
.container {
2121
width: 100%;
22-
max-width: 600px;
22+
max-width: 500px;
2323
height: 100%;
2424
margin: 0 auto;
2525
position: relative;
@@ -75,6 +75,6 @@ p {
7575
background-repeat: no-repeat;
7676
background-position: center;
7777
background-size: cover;
78-
border-radius: 10px;
78+
border-radius: 6 px;
7979
box-shadow: 0 0 10px 2px rgba(255,255,255,0.6);
8080
}

0 commit comments

Comments
 (0)
X Tutup