Fix CSS
parent
05bedd5390
commit
5d69a04379
|
@ -22,7 +22,7 @@
|
|||
.scoreboard-table-container {
|
||||
min-width: 920px;
|
||||
max-width: 920px;
|
||||
margin-left: 5%
|
||||
margin-left: 10%
|
||||
}
|
||||
|
||||
.table-container {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div class="overview" xmlns="http://www.w3.org/1999/html">
|
||||
|
||||
<div style="margin-left: 5%">
|
||||
<div style="margin-left: 5%; min-height: 248px;">
|
||||
<h2>{{war.title}} - Schlacht vom {{war.date | date: 'dd.MM.yyyy'}}</h2>
|
||||
<h3 class="pull-left">
|
||||
<h4>Endpunktestand:</h4>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<span class="text-opfor" style="font-weight: bold; margin-left: 10px;">{{war.ptOpfor}} CSAT</span>
|
||||
</h3>
|
||||
|
||||
<h3 class="pull-left" style="padding-left: 10%;">
|
||||
<h3 class="pull-left" style="padding-left: 6%;">
|
||||
<h4>Teilnehmer:</h4>
|
||||
<ngx-charts-pie-chart
|
||||
[view]="[150, 150]"
|
||||
|
|
Loading…
Reference in New Issue