diff --git a/index.html b/index.html index 6784a0f..e08521f 100644 --- a/index.html +++ b/index.html @@ -23,13 +23,6 @@ text-align: center; } - ul, - li { - margin: 0; - padding: 0; - list-style: none; - } - .wrapper { position: relative; top: 46%; @@ -61,51 +54,68 @@ .search__text:focus{ outline: 0; } - - .links { - margin-top: 2rem; - } - - .links li, - .links a { - display: inline-block; - } - - .links a { - padding: 0.5rem; - color: #fff; - }
- - -