Index: pages/contributors.html |
diff --git a/pages/contributors.html b/pages/contributors.html |
index 205726ccf843d7a8beac381efb4c8eb9d2f8deaa..18f73cd9f66608df9a4234413fdf4394792ae319 100644 |
--- a/pages/contributors.html |
+++ b/pages/contributors.html |
@@ -70,6 +70,31 @@ h3 |
{ |
padding: 5px 5px; |
} |
+ |
+@media(max-width: 980px) { |
+ #content |
+ { |
+ width: auto; |
+ } |
+ section |
+ { |
+ display: block; |
+ margin: 0px; |
+ |
+ } |
+ .contributors-table |
+ { |
+ width: 100%; |
+ display: table; |
+ } |
+ .contributors-table td |
+ { |
+ font-size: 12px; |
+ min-width: inherit; |
+ width: 50%; |
+ } |
+} |
+ |
</style> |
</head> |
<section id="team"> |