Skip to content

Commit d0f6649

Browse files
committed
Merge branch 'main' of github.com:/omnilingo/omnilingo.github.io into main
2 parents 9c46242 + c82a802 commit d0f6649

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.css

Lines changed: 3 additions & 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,9 @@ body{
3029

3130
.wrapper{
3231
max-width: 450px;
33-
margin: 150px auto;
32+
margin: 0 auto 0 auto;
33+
background-color: lightgray;
34+
padding: 1em;
3435
}
3536

3637
.wrapper .search-input{

0 commit comments

Comments
 (0)