fix of results size
This commit is contained in:
parent
8956522bab
commit
082cef2d06
@ -161,7 +161,7 @@ class Main extends Component {
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-xl-6">
|
<div class="col-xl-6">
|
||||||
{this.state.results &&
|
{this.state.results &&
|
||||||
<table class="table text">
|
<table class="table results">
|
||||||
<thead>
|
<thead>
|
||||||
<th>Umístění</th>
|
<th>Umístění</th>
|
||||||
<th>Čas</th>
|
<th>Čas</th>
|
||||||
|
@ -40,6 +40,14 @@ form.container{
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.results {
|
||||||
|
margin: 10px auto;
|
||||||
|
background:rgba(255,255,255,0.7);
|
||||||
|
padding: 10px;
|
||||||
|
font-size: 1.1em;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.video{
|
.video{
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user