 Issue 29334775:
  Issue 2873 - Making contributor tables responsive  (Closed)
    
  
    Issue 29334775:
  Issue 2873 - Making contributor tables responsive  (Closed) 
  | Index: pages/contributors.html | 
| diff --git a/pages/contributors.html b/pages/contributors.html | 
| index 205726ccf843d7a8beac381efb4c8eb9d2f8deaa..9f82720d4419cfb2c3375072cb10d062bb9c3e1c 100644 | 
| --- a/pages/contributors.html | 
| +++ b/pages/contributors.html | 
| @@ -27,7 +27,6 @@ h3 | 
| .contributors-table | 
| { | 
| - display: block; | 
| margin: 0 0 40px 0; | 
| border: 0; | 
| } | 
| @@ -70,6 +69,32 @@ h3 | 
| { | 
| padding: 5px 5px; | 
| } | 
| + | 
| +@media(max-width: 980px) | 
| +{ | 
| + #content | 
| + { | 
| + width: auto; | 
| + } | 
| + | 
| + section | 
| + { | 
| + display: block; | 
| + margin: 0px; | 
| + } | 
| + | 
| + .contributors-table | 
| + { | 
| + width: 100%; | 
| + } | 
| + | 
| + .contributors-table td | 
| + { | 
| + min-width: inherit; | 
| + width: 50%; | 
| + } | 
| +} | 
| + | 
| </style> | 
| </head> | 
| <section id="team"> |