mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-10-19 01:44:04 +00:00
サービスの名前がスマートフォンだと折り返されて気持ち悪いので max-width を指定する
This commit is contained in:
parent
7652a7aeb8
commit
f3154ac8b3
@ -1,6 +1,7 @@
|
||||
---
|
||||
import appleTouchIcon from '../assets/apple-touch-icon-180x180.png';
|
||||
import icon192 from '../assets/icon-192x192.png';
|
||||
import "../styles/global.css";
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
|
3
src/styles/global.css
Normal file
3
src/styles/global.css
Normal file
@ -0,0 +1,3 @@
|
||||
:where(th) {
|
||||
min-width: 100px !important;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user