v1.0.0c - Fixed CSS

This commit is contained in:
Anders 2020-09-09 12:20:50 +02:00
parent a1cda94b13
commit 3b86e29c00
2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<main style="justify-content: unset"> <main style="justify-content: unset">
<h1 class="text-center sde-blue mb-0" style="margin-bottom: 2rem">{{ __('msg.omkring') }}</h1> <h1 class="text-center sde-blue mb-0" style="margin-bottom: 2rem">{{ __('msg.omkring') }}</h1>
<h4 class="mb-0 mt-1">Version:</h4> <h4 class="mb-0 mt-1">Version:</h4>
<p>1.0.0-b</p> <p>1.0.0-c</p>
<h4 class="mb-0 mt-1">{{__("msg.omappen")}}:</h4> <h4 class="mb-0 mt-1">{{__("msg.omappen")}}:</h4>
<p>{{__("msg.infoomappen")}}</p> <p>{{__("msg.infoomappen")}}</p>
<!--<h4 class="mb-1 mt-1">{{__("msg.programmedby")}}:</h4> <!--<h4 class="mb-1 mt-1">{{__("msg.programmedby")}}:</h4>

View File

@ -76,7 +76,6 @@
@endif @endif
border-bottom: 1px solid rgba(0, 0, 0, .1); border-bottom: 1px solid rgba(0, 0, 0, .1);
width: 100%; width: 100%;
height: 25px;
} }
.information2{ .information2{
@ -87,7 +86,6 @@
background-color: rgba(240,240,240,0.8); background-color: rgba(240,240,240,0.8);
@endif @endif
width: 100%; width: 100%;
height: 25px;
} }
.card > .img > a > img, .card > .img > img { .card > .img > a > img, .card > .img > img {