aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/main.html4
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>