Skip to content

Commit 13f7300

Browse files
committed
🔧 Fix size
1 parent 2b13ea4 commit 13f7300

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
body {
2-
width: 400px;
2+
width: 300px;
33
}
44

55
button {
6-
width: 148px;
7-
height: 7pc;
6+
width: 130px;
7+
height: 5pc;
88
font-weight: 900;
99
color: #fff;
1010
margin: 8px;

0 commit comments

Comments
 (0)