Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -0
index.html
CHANGED
@@ -7,6 +7,11 @@
|
|
7 |
font-family: 'Roboto', sans-serif;
|
8 |
font-size: 16px;
|
9 |
}
|
|
|
|
|
|
|
|
|
|
|
10 |
</style>
|
11 |
|
12 |
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@gradio/lite@0.4.1/dist/lite.js"></script>
|
|
|
7 |
font-family: 'Roboto', sans-serif;
|
8 |
font-size: 16px;
|
9 |
}
|
10 |
+
.h1-logo {
|
11 |
+
height: 1em; /* makes the height of the logo match the text size */
|
12 |
+
vertical-align: middle; /* aligns the logo vertically with the text */
|
13 |
+
margin-right: 0.5em; /* Optional: adds some space between the logo and the text */
|
14 |
+
}
|
15 |
</style>
|
16 |
|
17 |
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@gradio/lite@0.4.1/dist/lite.js"></script>
|