diff --git a/entrypoint.sh b/entrypoint.sh old mode 100644 new mode 100755 diff --git a/frontend/src/App.css b/frontend/src/App.css index 13169d2..12bedb0 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -49,4 +49,4 @@ .header { display: none !important; } -} \ No newline at end of file +} diff --git a/frontend/src/index.css b/frontend/src/index.css index e04becb..094d645 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -112,5 +112,5 @@ ul { body, .html-wrapper, .flex-1, .html-content { overflow: visible !important; } - @page { margin: 15mm; } -} \ No newline at end of file + @page { margin: 15mm; } +}