Skip to content

Commit 5f37592

Browse files
authored
Merge pull request #2 from omnilingo/css-readability
Make text more readable
2 parents c9e127a + 00dc8f3 commit 5f37592

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)