diff --git a/public/css/style.css b/public/css/style.css index 5ed9539..c28db3b 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -158,6 +158,18 @@ label { margin-left: 10px; } +.pwa { + display: flex; + align-items: center; + justify-content: center; + margin: 0 0 10px 0; +} +.pwa .pwa_icon { + padding: 7px 15px; + border: 1px solid #ccc; + border-radius: 30px; +} + footer { margin: 50px 0 20px 0; padding: 10px 0; diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 4ac4a69..48240a4 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -272,6 +272,12 @@ const Home: NextPage = () => {