Formatting
This commit is contained in:
parent
7244a4ceaa
commit
469f917ada
@ -26,6 +26,10 @@ a {
|
|||||||
font-size: 50vh
|
font-size: 50vh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.teamName {
|
||||||
|
font-size: 10vh
|
||||||
|
}
|
||||||
|
|
||||||
@media ( min-width: 768px ) {
|
@media ( min-width: 768px ) {
|
||||||
.box-time {
|
.box-time {
|
||||||
height:25%
|
height:25%
|
||||||
|
|||||||
@ -15,13 +15,13 @@
|
|||||||
|
|
||||||
<div class="d-flex flex-sm-wrap flex-md-wrap text-center align-items-center justify-content-around box-etc">
|
<div class="d-flex flex-sm-wrap flex-md-wrap text-center align-items-center justify-content-around box-etc">
|
||||||
<div class="flex-fill order-xs-1 order-sm-1 order-md-1 order-lg-0">
|
<div class="flex-fill order-xs-1 order-sm-1 order-md-1 order-lg-0">
|
||||||
<h1 id="teamA">Team A</h>
|
<p class="teamName" id="teamA">Team A</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-fill order-xs-0 order-sm-0 order-md-0 order-lg-1">
|
<div class="flex-fill order-xs-0 order-sm-0 order-md-0 order-lg-1">
|
||||||
<div id="score" class="score"></div>
|
<div id="score" class="score"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-fill order-xs-2 order-sm-2 order-md-2 order-lg-2">
|
<div class="flex-fill order-xs-2 order-sm-2 order-md-2 order-lg-2">
|
||||||
<h1 id="teamB">Team B</h>
|
<p class="teamName" id="teamB">Team B</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user