#34 addressed some bugs occurring in the steam in-game browser
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2021-11-27 10:12:56 +01:00
parent 44d6a97fb4
commit cf4ac1a3cd
5 changed files with 168 additions and 64 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="details-site">
<div class="multi-kills">
<h3 class="text-center">Multi-Kills</h3>
<h3 class="text-center mt-2">Multi-Kills</h3>
<MultiKillsChart/>
</div>
<hr>
@@ -58,9 +58,5 @@ export default {
width: 100%;
border: 1px solid white;
}
.multi-kills {
margin-top: 1rem;
}
}
</style>