aboutsummaryrefslogtreecommitdiff
path: root/react-frontend/src
diff options
context:
space:
mode:
authorJulia McCauley <skurvyj@gmail.com>2021-04-17 21:23:39 -0400
committerJulia McCauley <skurvyj@gmail.com>2021-04-17 21:23:39 -0400
commit81fbcdc1369a400657a3029abe2ea62d3f5d4989 (patch)
tree390ef3be7c7221f9abb76230ec38f3e0d1000dfe /react-frontend/src
parent36ff09cac4a5210dd66a02f291bc3c2e12738100 (diff)
parent0eff49053d862dfbc0fa1d1ed6587517b0526e04 (diff)
Merge branch 'master' of github.com:cs0320-2021/term-project-cohwille-jmccaul3-mfoiani-rhunt2
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);
+}