Resize fielding table

This commit is contained in:
Peter 2023-09-17 17:49:37 -04:00
parent d00b61684e
commit 3f21f24a8a
2 changed files with 2 additions and 2 deletions

2
components.d.ts vendored
View File

@ -5,7 +5,7 @@
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export { }
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {

View File

@ -1,6 +1,6 @@
<template>
<div v-if="hasFieldingStats" class="row" id="career-fielding-row">
<div class="col-sm-8">
<div class="col-sm-6">
<h3>Fielding Stats</h3>
<div class="table-responsive-xl">
<table class="table table-sm table-striped" id="career-fielding">