diff options
| author | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-20 07:55:53 -0400 |
|---|---|---|
| committer | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-20 07:55:53 -0400 |
| commit | c4f075343f557f278b1bacb4b92891e646f8fb2a (patch) | |
| tree | 96677b3a39e978f24aa63ed8d1b2e802d8a4b819 /react-frontend/src/css/App.css | |
| parent | 30cf6cfc8e1dac90d4b95e2d880fbee0d2831a97 (diff) | |
Finished up the front end functionality. Some issues with the backend (small NaN issues), and some elements need a little more love (styling) before demo.
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 e39eb3e..1b8de5f 100644 --- a/react-frontend/src/css/App.css +++ b/react-frontend/src/css/App.css @@ -7,6 +7,7 @@ grid-template-columns: max-content auto max-content max-content; background-color: #121212; + } .App-logo { |
