diff --git a/front/style/home/home.css b/front/style/home/home.css index b059b7a..963c4b1 100644 --- a/front/style/home/home.css +++ b/front/style/home/home.css @@ -16,8 +16,6 @@ body { height: 100%; } - - #body { display: flex; flex-direction: row; @@ -47,5 +45,3 @@ body { margin-left: 5%; margin-top: 5%; } - - diff --git a/front/style/theme/dark.css b/front/style/theme/dark.css index c3b07ff..bdd4824 100644 --- a/front/style/theme/dark.css +++ b/front/style/theme/dark.css @@ -4,6 +4,6 @@ --third-color: #303341; --accent-color: #ffa238; --main-contrast-color: #e6edf3; - --font-title : Helvetica; - --font-content : Helvetica; + --font-title: Helvetica; + --font-content: Helvetica; } diff --git a/front/views/Home.tsx b/front/views/Home.tsx index 27f7656..a1231f4 100644 --- a/front/views/Home.tsx +++ b/front/views/Home.tsx @@ -264,4 +264,4 @@ function troncName(name: string, limit: number): string { name = name.substring(0, limit) + "..." } return name -} \ No newline at end of file +} diff --git a/front/views/template/Header.tsx b/front/views/template/Header.tsx index 94687b4..7129153 100644 --- a/front/views/template/Header.tsx +++ b/front/views/template/Header.tsx @@ -33,4 +33,4 @@ export function Header({ username }: { username: string }) { ) -} \ No newline at end of file +}