Prevent feature tables on about page to get stacked
This commit is contained in:
parent
82816ebd50
commit
d6f5b82ef3
|
@ -60,7 +60,7 @@
|
|||
</h3>
|
||||
<div class="features-container ui two column stackable grid">
|
||||
<div class="column">
|
||||
<table class="ui very basic table">
|
||||
<table class="ui very basic table unstackable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
|
@ -115,7 +115,7 @@
|
|||
</table>
|
||||
</div>
|
||||
<div class="column">
|
||||
<table class="ui very basic table">
|
||||
<table class="ui very basic table unstackable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
|
|
Loading…
Reference in New Issue