Spaces:
Running
Running
Update index.html
Browse files- index.html +8 -0
index.html
CHANGED
|
@@ -12,6 +12,14 @@
|
|
| 12 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet" />
|
| 13 |
|
| 14 |
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
:root{
|
| 16 |
--bg:#ffffff;
|
| 17 |
--card:#f7f7f8;
|
|
|
|
| 12 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet" />
|
| 13 |
|
| 14 |
<style>
|
| 15 |
+
|
| 16 |
+
.container {
|
| 17 |
+
max-width: 100% !important;
|
| 18 |
+
width: 100% !important;
|
| 19 |
+
margin: 0;
|
| 20 |
+
padding: 0 20px;
|
| 21 |
+
}
|
| 22 |
+
|
| 23 |
:root{
|
| 24 |
--bg:#ffffff;
|
| 25 |
--card:#f7f7f8;
|