summaryrefslogtreecommitdiff
path: root/haunt/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'haunt/static/css/style.css')
-rw-r--r--haunt/static/css/style.css26
1 files changed, 25 insertions, 1 deletions
diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css
index 145c315..1063626 100644
--- a/haunt/static/css/style.css
+++ b/haunt/static/css/style.css
@@ -309,7 +309,7 @@ button {
}
.project-section td:nth-child(2) {
- width: 60px;
+ width: 10%;
}
.project-section td:nth-child(3) {
@@ -320,6 +320,30 @@ button {
width: 15%;
}
+.team-timeline-section img {
+ max-width: 32px;
+}
+
+.team-timeline-section td:nth-child(1) {
+ width: 15%;
+}
+
+.team-timeline-section td:nth-child(2) {
+ width: 40px;
+}
+
+/* .team-timeline-section td:nth-child(3) { */
+/* width: 20%; */
+/* } */
+
+.team-timeline-section td:nth-child(4) {
+ width: 15%;
+}
+
+.team-timeline-section td:nth-child(5) {
+ width: 15%;
+}
+
.lang-c {
background-color: #555555;
color: #fff;