Apply consisten section spacing to all views

This commit is contained in:
Johannes Zellner
2023-05-02 14:29:52 +02:00
parent 7c96115ea9
commit e09cac4ea1
8 changed files with 25 additions and 21 deletions

View File

@@ -174,7 +174,7 @@
</div>
<!-- Firewall -->
<div class="text-left" ng-show="user.isAtLeastOwner">
<div class="text-left section-header" ng-show="user.isAtLeastOwner">
<h3>{{ 'network.firewall.title' | tr }}</h3>
</div>
@@ -190,7 +190,7 @@
</div>
<!-- IPv6 -->
<div class="text-left">
<div class="text-left section-header">
<h3>{{ 'network.ipv6.title' | tr }}</h3>
</div>
@@ -240,7 +240,7 @@
</div>
</div>
<div class="text-left">
<div class="text-left section-header">
<h3>{{ 'network.dyndns.title' | tr }}</h3>
</div>