aboutsummaryrefslogtreecommitdiff
path: root/react-frontend/src/css/App.css
diff options
context:
space:
mode:
authorJulia McCauley <skurvyj@gmail.com>2021-04-17 21:13:32 -0400
committerJulia McCauley <skurvyj@gmail.com>2021-04-17 21:13:32 -0400
commit36ff09cac4a5210dd66a02f291bc3c2e12738100 (patch)
tree649fdc7d2bd584285abb51acf8fab561b89fe76c /react-frontend/src/css/App.css
parent6d6e00d739c532a5cddb5344b261a9681bc9da0b (diff)
parent860ba5b0e34ecdd27d2ec081191ab5bf9b32524b (diff)
pulling latest changes Merge branch 'master' of github.com:cs0320-2021/term-project-cohwille-jmccaul3-mfoiani-rhunt2
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