diff --git a/src/styles.scss b/src/styles.scss index 49f211f..79a103c 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -5,11 +5,7 @@ html, body { height: 100%; - background: linear-gradient( - 0deg, - #e6e6e6, - #fff - ); + background: linear-gradient(0deg, #e6e6e6, #fff); font-family: bahnschrift; overflow: hidden !important; } @@ -183,4 +179,4 @@ body { .w-15 { width: 15% !important; -} \ No newline at end of file +}