diff --git a/public/index.html b/public/index.html index a34b48f..424f341 100644 --- a/public/index.html +++ b/public/index.html @@ -43,5 +43,12 @@ To begin the development, run `npm start` or `yarn start`. To create a production bundle, use `npm run build` or `yarn build`. --> + diff --git a/src/index.css b/src/index.css index 3f4fa2f..e8d3ed4 100644 --- a/src/index.css +++ b/src/index.css @@ -41,4 +41,16 @@ li:before { width: 100%; display: flex; justify-content: center; +} + +footer ul li { + display: inline; + margin: 0.625rem 0.625rem 0 0; + white-space: nowrap; +} + +footer { + max-width: 640px; + margin: 0 auto; + text-align: center; } \ No newline at end of file