Rework all section headers to deal with mobile wrapping
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
<div class="content">
|
||||
|
||||
<div class="text-left">
|
||||
<h1>{{ 'support.title' | tr }}</h1>
|
||||
</div>
|
||||
<h1 class="section-header">{{ 'support.title' | tr }}</h1>
|
||||
|
||||
<div class="text-left">
|
||||
<h3>{{ 'support.help.title' | tr }}</h3>
|
||||
</div>
|
||||
<h3 class="section-header">{{ 'support.help.title' | tr }}</h3>
|
||||
|
||||
<div class="card">
|
||||
<div class="grid-item-top">
|
||||
@@ -18,9 +14,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-left" ng-if="troubleshoot">
|
||||
<h3>Troubleshoot</h3>
|
||||
</div>
|
||||
<h3 class="section-header" ng-if="troubleshoot">Troubleshoot</h3>
|
||||
|
||||
<div class="card" ng-if="troubleshoot">
|
||||
<div class="grid-item-top">
|
||||
@@ -37,9 +31,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-left section-header">
|
||||
<h3>{{ 'support.remoteSupport.title' | tr }}</h3>
|
||||
</div>
|
||||
<h3 class="section-header">{{ 'support.remoteSupport.title' | tr }}</h3>
|
||||
|
||||
<div class="card">
|
||||
<div class="grid-item-top">
|
||||
|
||||
Reference in New Issue
Block a user