diff --git a/public/index.html b/public/index.html index 9f3adca..554c8df 100644 --- a/public/index.html +++ b/public/index.html @@ -1,28 +1,44 @@ - - - - - - - - - - - - - - - Migrations Tracker - - - -
- - - + + + + + + + + + + + + + + - - \ No newline at end of file + Migrations Tracker + + + +
+ + + + diff --git a/public/main.css b/public/main.css index 2473868..4afdda5 100644 --- a/public/main.css +++ b/public/main.css @@ -18,3 +18,12 @@ a.white-link:active { .react-bootstrap-table { overflow-x: auto !important; } + +.card-size { + min-height: 190x; + min-width: 190px; +} + +.nav-link { + cursor: pointer; +} diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..f9051fe 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,23 +1,6 @@ { "short_name": "React App", "name": "Create React App Sample", - "icons": [ - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - }, - { - "src": "logo192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" - } - ], "start_url": ".", "display": "standalone", "theme_color": "#000000",