Skip to content

Commit 00dc8f3

Browse files
authored
Update index.css
1 parent c9e127a commit 00dc8f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*{
2-
margin: 0;
32
padding: 0;
43
box-sizing: border-box;
54
font-family: 'Poppins', sans-serif;
@@ -30,7 +29,7 @@ body{
3029

3130
.wrapper{
3231
max-width: 450px;
33-
margin: 150px auto;
32+
margin: 0 auto 0 auto;
3433
}
3534

3635
.wrapper .search-input{

0 commit comments

Comments
 (0)