diff --git a/public/team.html b/public/team.html
index 6d5b63b..698f06c 100644
--- a/public/team.html
+++ b/public/team.html
@@ -112,11 +112,10 @@
margin-bottom: 0px;
margin-top: 20px;
}
-/* Three columns side by side */
-.column {
+
+ .column {
float: left;
- /*width: 33.3%;*/
- margin-top: 50px;
+ margin-top: 50px;
margin-bottom: 16px;
padding: 0 20px;
}
diff --git a/public/tech.html b/public/tech.html
index 2cb31cd..6dc5245 100644
--- a/public/tech.html
+++ b/public/tech.html
@@ -112,6 +112,16 @@
margin-bottom: 0px;
margin-top: 20px;
}
+
+ footer {
+ font-family: Roboto, sans-serif;
+ font-weight: 300;
+ text-align: center;
+ background-color: hsl(8, 70%, 54%);
+ color: white;
+ padding-bottom: 20px;
+ padding-top: 20px;
+ }