diff --git a/front/assets/global.scss b/front/assets/global.scss index bfe910e..8c33a20 100644 --- a/front/assets/global.scss +++ b/front/assets/global.scss @@ -23,29 +23,36 @@ time, mark, audio, video { font: inherit; vertical-align: baseline; } + /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section { display: block; } + /* HTML5 hidden-attribute fix for newer browsers */ *[hidden] { display: none; } + body { line-height: 1; } + menu, ol, ul { list-style: none; } + blockquote, q { quotes: none; } + blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } + table { border-collapse: collapse; border-spacing: 0; @@ -170,14 +177,17 @@ a { } .container { - width: 1000px; max-width: 80%; margin: auto; } .dashboard { - min-height: 100vh; + .page-title { + font-size: 34px; + padding: 20px 0 0; + font-weight: bold; + } } .p-0 { diff --git a/front/pages/Router.tsx b/front/pages/Router.tsx index 48cf6e0..37a3c72 100644 --- a/front/pages/Router.tsx +++ b/front/pages/Router.tsx @@ -41,7 +41,6 @@ const RouteView = () => { }, [userinfo]) return (