Spaces:
Running
Running
Jose Benitez
commited on
Commit
路
3cab306
1
Parent(s):
fdd33ad
make up 馃拕
Browse files- static/css/main.css +1 -1
- static/html/main_header.html +6 -0
static/css/main.css
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
/* Estilo para el contenedor del bot贸n */
|
25 |
#logout-btn-container.svelte-vt1mxs.gap {
|
26 |
position: absolute;
|
27 |
-
top:
|
28 |
right: 10px;
|
29 |
z-index: 1000;
|
30 |
display: flex;
|
|
|
24 |
/* Estilo para el contenedor del bot贸n */
|
25 |
#logout-btn-container.svelte-vt1mxs.gap {
|
26 |
position: absolute;
|
27 |
+
top: 115px;
|
28 |
right: 10px;
|
29 |
z-index: 1000;
|
30 |
display: flex;
|
static/html/main_header.html
CHANGED
@@ -59,6 +59,11 @@
|
|
59 |
margin-left: 15px;
|
60 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
61 |
}
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
</style>
|
64 |
</head>
|
@@ -66,6 +71,7 @@
|
|
66 |
<header>
|
67 |
<div class="header-content">
|
68 |
<h1>Obtu AI 馃摳</h1>
|
|
|
69 |
<div class="status">
|
70 |
<lord-icon
|
71 |
src="https://cdn.lordicon.com/jgjfuggm.json"
|
|
|
59 |
margin-left: 15px;
|
60 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
61 |
}
|
62 |
+
|
63 |
+
.built-by {
|
64 |
+
text-decoration-color: none;
|
65 |
+
color: white !important;
|
66 |
+
}
|
67 |
|
68 |
</style>
|
69 |
</head>
|
|
|
71 |
<header>
|
72 |
<div class="header-content">
|
73 |
<h1>Obtu AI 馃摳</h1>
|
74 |
+
<a class="built-by" href="https://joselo.ai">@joselobenitezg</a>
|
75 |
<div class="status">
|
76 |
<lord-icon
|
77 |
src="https://cdn.lordicon.com/jgjfuggm.json"
|