Hide help columns on small device sizes

This commit is contained in:
Joseph Schorr 2016-09-15 12:04:39 -04:00
parent 9140b0e41d
commit c4eaed186e

View file

@ -59,7 +59,7 @@
</tr>
</table>
</td>
<td class="help-col">
<td class="help-col hidden-sm hidden-xs">
<span class="registry-name"></span> supports a number of events around repositories (such as push completed), building (build queued, build completed, etc) and security (vulnerability detected). Some events also allow for filtering, for further granular control of when notifications fire.
</td>
</tr>
@ -154,7 +154,7 @@
</tr>
</table>
</td>
<td class="help-col">
<td class="help-col hidden-sm hidden-xs">
Once an event has fired, <span class="registry-name"></span> supports a number of notification methods, including various chat systems (Slack, HipChat, etc), notification via e-mail or programatic handling via the firing of a webhook.
</td>
</tr>
@ -175,7 +175,7 @@
</tr>
</table>
</td>
<td class="help-col">
<td class="help-col hidden-sm hidden-xs">
The title for a notification is an optional field for a human-readable title for the notification.
</td>
</tr>