aboutsummaryrefslogtreecommitdiff
path: root/react-frontend/src
diff options
context:
space:
mode:
author9308233900 <reagan_hunt@brown.edu>2021-04-17 18:18:08 -0700
committer9308233900 <reagan_hunt@brown.edu>2021-04-17 18:18:08 -0700
commit0eff49053d862dfbc0fa1d1ed6587517b0526e04 (patch)
tree729983de0bd5728e1cc5580cde4f89eeb052768f /react-frontend/src
parent860ba5b0e34ecdd27d2ec081191ab5bf9b32524b (diff)
landing preview/disclaimer added
Diffstat (limited to 'react-frontend/src')
-rw-r--r--react-frontend/src/css/Landing.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/react-frontend/src/css/Landing.css b/react-frontend/src/css/Landing.css
index 0a5a845..c2bc567 100644
--- a/react-frontend/src/css/Landing.css
+++ b/react-frontend/src/css/Landing.css
@@ -117,6 +117,8 @@ section {
#app-intro{
padding-top: 160px;
+ height: fit-content;
+ width: 100vw;
}
.team {
@@ -220,11 +222,23 @@ section {
align-items: center;
position: relative;
left: -10px;
+ height: fit-content;
+ width: 100vw;
}
.footer-item{
color: white;
font-size: 20px;
}
+.footer-subtext{
+ color: white;
+ font-size: 15px;
+ width: 80vw;
+}
+
+.appinfotxt {
+ font-size: 15px;
+ color:rgb(3, 2, 24);
+}