Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-12-01 20:54:50 +01:00
padre d999be2e92
commit d7edcbd322
Se han modificado 2 ficheros con 11 adiciones y 1 borrados

Ver fichero

@@ -100,6 +100,11 @@ body {
padding-left: 4rem;
}
.subtitle a:hover, .subtitle a:focus, .subtitle a:active, .subtitle a:visited {
color:white;
text-decoration: none;
}
.App-main {
flex: 1;
max-width: 1200px;
@@ -202,6 +207,11 @@ body {
padding-left: 2.75rem;
}
.subtitle a:hover, .subtitle a:focus, .subtitle a:active, .subtitle a:visited {
color:white;
text-decoration: none;
}
.App-main {
padding: 1rem;
gap: 1rem;

Ver fichero

@@ -176,7 +176,7 @@ function App() {
<FaBook className="app-logo" aria-hidden="true" />
<h1>La Biblioteca</h1>
</div>
<p className="subtitle">Visor de documentos EPUB accesibles desde IPFS</p>
<p className="subtitle">Visor de documentos EPUB accesibles desde <a href="https://eu.orbitor.dev/ipfs/QmSf3Td5ryGX9vyJcYPqfpntrarhSFnoyM42w4S7ZghsgC/" target="_blank">IPFS</a></p>
</div>
</header>