Spaces:
Running
Running
matthoffner
commited on
Commit
β’
e8efed2
1
Parent(s):
26b05fb
Update main.py
Browse files
main.py
CHANGED
@@ -46,7 +46,6 @@ async def demo():
|
|
46 |
height: 100vh;
|
47 |
justify-content: center;
|
48 |
}
|
49 |
-
|
50 |
#content {
|
51 |
align-items: center;
|
52 |
background-color: #fff0db;
|
@@ -58,7 +57,7 @@ async def demo():
|
|
58 |
padding: 50px;
|
59 |
justify-content: center;
|
60 |
margin-right: 4rem;
|
61 |
-
|
62 |
}
|
63 |
</style>
|
64 |
</head>
|
|
|
46 |
height: 100vh;
|
47 |
justify-content: center;
|
48 |
}
|
|
|
49 |
#content {
|
50 |
align-items: center;
|
51 |
background-color: #fff0db;
|
|
|
57 |
padding: 50px;
|
58 |
justify-content: center;
|
59 |
margin-right: 4rem;
|
60 |
+
font-size: 16px;
|
61 |
}
|
62 |
</style>
|
63 |
</head>
|