diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index aba5001..b994e7a 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,6 +1,7 @@ --- import appleTouchIcon from '../assets/apple-touch-icon-180x180.png'; import icon192 from '../assets/icon-192x192.png'; +import "../styles/global.css"; --- diff --git a/src/styles/global.css b/src/styles/global.css new file mode 100644 index 0000000..4262715 --- /dev/null +++ b/src/styles/global.css @@ -0,0 +1,3 @@ +:where(th) { + min-width: 100px !important; +}