aboutsummaryrefslogtreecommitdiff
path: root/react-frontend/src/css/App.css
diff options
context:
space:
mode:
author9308233900 <reagan_hunt@brown.edu>2021-04-17 16:41:56 -0700
committer9308233900 <reagan_hunt@brown.edu>2021-04-17 16:41:56 -0700
commit860ba5b0e34ecdd27d2ec081191ab5bf9b32524b (patch)
treec5824a566c42bd3214508f463dd635b39d41cf31 /react-frontend/src/css/App.css
parentcdcf7602c5fd2066f69fdbe64562e2faca915422 (diff)
landing page nav bar done
Diffstat (limited to 'react-frontend/src/css/App.css')
-rw-r--r--react-frontend/src/css/App.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/react-frontend/src/css/App.css b/react-frontend/src/css/App.css
index 90e9046..f632a7f 100644
--- a/react-frontend/src/css/App.css
+++ b/react-frontend/src/css/App.css
@@ -49,9 +49,14 @@
font-size: calc(10px + 2vmin);
color: white;
z-index: 10;
- background-color: #333333;
- border-radius: 5px;
margin: 5px;
+
+}
+
+#in-app-logo-holder {
+ border: 7px solid rgb(7, 94, 12);
+ border-radius: 5px;
+ background-color: white;
}
.App-link {
@@ -73,4 +78,8 @@
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
+}
+
+#in-app-logo {
+ width: 200px;
} \ No newline at end of file