From bdd2f068fed32d15ab7cedd3c04aa0294d77015a Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Wed, 1 May 2024 14:16:43 +0100 Subject: [PATCH] chore: run prettier --- frontend/index.html | 2 +- frontend/src/index.css | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 78b084e..e92f951 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,4 +1,4 @@ - + diff --git a/frontend/src/index.css b/frontend/src/index.css index daba276..0cdc8e8 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -1,8 +1,17 @@ body { margin: 0; overflow-x: hidden; - font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", - "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", + font-family: + "Roboto", + -apple-system, + BlinkMacSystemFont, + "Segoe UI", + "Oxygen", + "Ubuntu", + "Cantarell", + "Fira Sans", + "Droid Sans", + "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;