diff options
author | Akshay <[email protected]> | 2020-12-28 11:20:06 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-12-28 11:20:06 +0000 |
commit | e4d5ec9078f2a587c2ec63323a3dde9817e5104c (patch) | |
tree | 919011e043e1a5083b88711fa46b0d1f43666db0 | |
parent | 3baea0e943ef89c7c73a5de51cbd41f78f8f0f14 (diff) |
-
-rw-r--r-- | frontend/main.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/main.html b/frontend/main.html index 887c60a..cec55c7 100644 --- a/frontend/main.html +++ b/frontend/main.html | |||
@@ -11,6 +11,10 @@ | |||
11 | * { | 11 | * { |
12 | font-family: 'Rubik', sans-serif; | 12 | font-family: 'Rubik', sans-serif; |
13 | } | 13 | } |
14 | html, body { | ||
15 | margin: 0px; | ||
16 | padding: 0px; | ||
17 | } | ||
14 | </style> | 18 | </style> |
15 | </head> | 19 | </head> |
16 | <body> | 20 | <body> |