diff options
| author | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-20 00:20:59 -0400 |
|---|---|---|
| committer | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-20 00:20:59 -0400 |
| commit | 56532c3d09b162390602af0f94c78ade0d6181e2 (patch) | |
| tree | c2af5d8ee92dda73624fc1fed4506c119e953afc /react-frontend/src/css/App.css | |
| parent | 2004a6c76be21d37367624a4ed7c00825e969143 (diff) | |
| parent | 87fe6542c4c39a8b79f8b86a2b965e19d4b674c3 (diff) | |
Logic of modal in app.js. Watchdogs component created.
Diffstat (limited to 'react-frontend/src/css/App.css')
| -rw-r--r-- | react-frontend/src/css/App.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/react-frontend/src/css/App.css b/react-frontend/src/css/App.css index f632a7f..e39eb3e 100644 --- a/react-frontend/src/css/App.css +++ b/react-frontend/src/css/App.css @@ -6,6 +6,7 @@ grid-template-rows: max-content auto max-content; grid-template-columns: max-content auto max-content max-content; background-color: #121212; + } .App-logo { |
