Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit 5369072

Browse files
committed
Fixed rendering for small screens
1 parent af80a05 commit 5369072

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/web/app/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width,initial-scale=1"/> <meta name="robots" content="noindex, nofollow"/> <title>${cognito_identity_pool_name}</title> <base href="/"/> <meta name="config:api_base_path" content="${api_base_path}"/> <meta name="config:app_origin" content="${app_origin}"/> <meta name="config:cognito_identity_pool_name" content="${cognito_identity_pool_name}"/> <style>#root,body,html{height:100%;margin:0}</style> </head> <body> <div id="root"></div> <script type="text/javascript" src="vendor.7b8792aa00e545d8b454.bundle.js"></script><script type="text/javascript" src="main.755c859f129b72f9fc5e.bundle.js"></script></body> </html>
1+
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width,initial-scale=1"/> <meta name="robots" content="noindex, nofollow"/> <title>${cognito_identity_pool_name}</title> <base href="/"/> <meta name="config:api_base_path" content="${api_base_path}"/> <meta name="config:app_origin" content="${app_origin}"/> <meta name="config:cognito_identity_pool_name" content="${cognito_identity_pool_name}"/> <style>#root,body,html{height:100%;margin:0}</style> </head> <body> <div id="root"></div> <script type="text/javascript" src="vendor.7b8792aa00e545d8b454.bundle.js"></script><script type="text/javascript" src="main.3882070cea37393da427.bundle.js"></script></body> </html>

0 commit comments

Comments
 (0)