mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Remove 'xs' from text utilities (#21217)
This commit is contained in:
+5
-5
@@ -62,23 +62,23 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th class="text-xs-center">
|
||||
<th class="text-center">
|
||||
Extra small<br>
|
||||
<small><576px</small>
|
||||
</th>
|
||||
<th class="text-xs-center">
|
||||
<th class="text-center">
|
||||
Small<br>
|
||||
<small>≥576px</small>
|
||||
</th>
|
||||
<th class="text-xs-center">
|
||||
<th class="text-center">
|
||||
Medium<br>
|
||||
<small>≥768px</small>
|
||||
</th>
|
||||
<th class="text-xs-center">
|
||||
<th class="text-center">
|
||||
Large<br>
|
||||
<small>≥992px</small>
|
||||
</th>
|
||||
<th class="text-xs-center">
|
||||
<th class="text-center">
|
||||
Extra large<br>
|
||||
<small>≥1200px</small>
|
||||
</th>
|
||||
|
||||
Reference in New Issue
Block a user