diff --git a/public/stylesheets/index.css b/public/stylesheets/index.css
index dfa8e69..4de8bd0 100644
--- a/public/stylesheets/index.css
+++ b/public/stylesheets/index.css
@@ -677,6 +677,15 @@ header {
padding: 0 5%;
}
+.project-container ul {
+ list-style: none;
+}
+
+.project-description li.button-container {
+ display: flex;
+ flex-direction: column;
+}
+
/* hide desktop projects elements */
#projects .circle,
.projects-banner {
@@ -706,6 +715,10 @@ header {
margin-bottom: 1rem;
}
+.project-description li a {
+ color: #1bc778;
+}
+
.app-demo {
color: var(--blue);
text-decoration: none;
@@ -1807,8 +1820,21 @@ footer ul {
margin-top: 1rem;
}
+ .project-description li a {
+ color: #1bc778;
+ }
+
+ .project-description li a:hover {
+ color: #28f08c;
+ }
+
.project-description li.button-container {
list-style-type: none;
+ display: flex;
+ flex-direction: column;
+ justify-content: start;
+ align-items: start;
+ gap: 1rem;
}
.app-demo {
diff --git a/views/index.ejs b/views/index.ejs
index c95ccc5..e38db83 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -417,10 +417,10 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
User Interface design for Bronco Bond
- COPYRIGHT 2020 COMPUTER SCIENCE SOCIETY. ALL RIGHTS RESERVED
COPYRIGHT 2020 COMPUTER SCIENCE SOCIETY. ALL RIGHTS RESERVED