サービスの名前がスマートフォンだと折り返されて気持ち悪いので max-width を指定する

This commit is contained in:
Sumire Isshiki 2025-10-19 00:44:42 +09:00
parent 7652a7aeb8
commit f3154ac8b3
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
--- ---
import appleTouchIcon from '../assets/apple-touch-icon-180x180.png'; import appleTouchIcon from '../assets/apple-touch-icon-180x180.png';
import icon192 from '../assets/icon-192x192.png'; import icon192 from '../assets/icon-192x192.png';
import "../styles/global.css";
--- ---
<!doctype html> <!doctype html>

3
src/styles/global.css Normal file
View File

@ -0,0 +1,3 @@
:where(th) {
min-width: 100px !important;
}