diff options
| author | Fuwn <[email protected]> | 2023-08-31 15:55:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-08-31 15:55:18 -0700 |
| commit | 320c68dfb59b519144e9c063cd55ccd255b97a32 (patch) | |
| tree | 8a0902e704de5eee8848a18a458e64587a601c8e /src/app.html | |
| parent | format(list): a11y anchor warnings (diff) | |
| download | due.moe-320c68dfb59b519144e9c063cd55ccd255b97a32.tar.xz due.moe-320c68dfb59b519144e9c063cd55ccd255b97a32.zip | |
feat(app): responsive
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.html b/src/app.html index 2ad032b3..6c1d6791 100644 --- a/src/app.html +++ b/src/app.html @@ -22,7 +22,7 @@ %sveltekit.head% </head> - <body data-sveltekit-preload-data="hover"> + <body data-sveltekit-preload-data="hover" style="max-width: 90% !important;"> <div style="display: contents">%sveltekit.body%</div> </body> </html> |