Skip to content

Commit a35c620

Browse files
committed
Fix responsive visibility text in docs
1 parent b8b22f9 commit a35c620

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

server/documents/elements/container.html.eco

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,12 @@ themes : ['Default']
6666
<td>Fluid</td>
6767
<td>Fluid</td>
6868
</tr>
69-
<!-- <tr>
69+
<tr>
7070
<td>Variable</td>
7171
<td><code>$largestMobileScreen</code></td>
7272
<td><code>$mobileBreakpoint</code></td>
7373
<td><code>$smallMonitorBreakpoint</code></td>
7474
<td><code>$largeMonitorBreakpoint</code></td>
75-
</tr> -->
76-
<tr>
77-
<td class="single line">Responsive Visibility</td>
78-
<td><code>mobile only</code></td>
79-
<td><code>tablet only</code></td>
80-
<td><code>small monitor only</code></td>
81-
<td><code>large monitor only</code></td>
8275
</tr>
8376
<tr>
8477
<td>Device Width</td>
@@ -89,6 +82,10 @@ themes : ['Default']
8982
</tr>
9083
</tbody>
9184
</table>
85+
<h3 class="ui header">Responsive Visibility</h3>
86+
<p>Since variations in Semantic UI are only assigned in the scope of components, there are no "free floating" responsive class names, however some components include responsive variations to help ease responsive design. <a href=href="/collections/grid.html#device-visibility">Grid</a> for example, includes responsive classes for hiding or showing <code>column</code>, <code>row</code> based on device type.</p>
87+
88+
<a href="/collections/grid.html#device-visibility" class="ui secondary button">See grid responsive variations <i class="right chevron icon"></i></a>
9289

9390
<h3 class="ui header">Determining Maximum Widths</h3>
9491

@@ -462,4 +459,4 @@ themes : ['Default']
462459

463460

464461
<div class="main container"></div>
465-
</div>
462+
</div>

0 commit comments

Comments
 (0)